Skip to content

Commit 63c27b1

Browse files
committed
chore: reorder imports
1 parent 3b4cd59 commit 63c27b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
import { defineConfig } from 'vitepress'
12
import { withMermaid } from 'vitepress-plugin-mermaid'
23
import { enConfig } from './en'
34
import { jaConfig, jaSearchConfig } from './ja'
4-
import { defineConfig } from 'vitepress'
55

66
const PROD = process.env.NODE_ENV === 'production'
77

0 commit comments

Comments
 (0)