Skip to content

Commit d692b65

Browse files
committed
refactor: update import from Theme to DefaultTheme in MyLayout.vue
1 parent fbd62c6 commit d692b65

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/.vitepress/theme/MyLayout.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<script setup>
2-
import Theme from 'vitepress/theme'
2+
import DefaultTheme from 'vitepress/theme'
33
import Contributors from "./components/Contributors.vue";
44
5-
const { Layout } = Theme
5+
const { Layout } = DefaultTheme
66
</script>
77

88
<template>

0 commit comments

Comments
 (0)