Skip to content

Commit

Permalink
docs: import order fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tjx666 committed Mar 30, 2024
1 parent 0461d99 commit 0e571eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/.vitepress/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
import './style.css';
import './custom.css';

import { h } from 'vue';

import type { Theme } from 'vitepress';
import DefaultTheme from 'vitepress/theme';
import { h } from 'vue';

export default {
extends: DefaultTheme,
Expand Down

0 comments on commit 0e571eb

Please sign in to comment.