Skip to content

Commit

Permalink
chore: reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nozomuikuta committed Jan 4, 2025
1 parent 3b4cd59 commit 63c27b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from 'vitepress'
import { withMermaid } from 'vitepress-plugin-mermaid'
import { enConfig } from './en'
import { jaConfig, jaSearchConfig } from './ja'
import { defineConfig } from 'vitepress'

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

Expand Down

0 comments on commit 63c27b1

Please sign in to comment.