Skip to content

Commit 56cf591

Browse files
committed
chore: clean up layout
1 parent c4d8b0a commit 56cf591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vitepress/theme/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
import { h } from 'vue';
12
import DefaultTheme from 'vitepress/theme';
23
import { VueWriter } from 'vue-writer';
34
import { MotionPlugin } from '@vueuse/motion';
45

56
import 'virtual:group-icons.css';
67
import './styles/index.css';
7-
import { defineAsyncComponent, h } from 'vue';
88

99
/** @type {import('vitepress').Theme} */
1010
export default {

0 commit comments

Comments
 (0)