summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-03-05 21:33:14 +0900
committerSho Sakuma <me@m1sk9.dev>2026-03-05 21:33:14 +0900
commite3d26d7d7fbf91842ddd38fef1d8f3b7b23284e0 (patch)
treec8bf35c7e40dc2c2f5d51f57b206cb4c9a9ca1f5 /docs
parent30597465d554941d28c09456d1673dec5627905f (diff)
downloadLunaticChat-e3d26d7d7fbf91842ddd38fef1d8f3b7b23284e0.tar.gz
LunaticChat-e3d26d7d7fbf91842ddd38fef1d8f3b7b23284e0.tar.bz2
LunaticChat-e3d26d7d7fbf91842ddd38fef1d8f3b7b23284e0.zip
fix(docs): sort imports in theme index to satisfy biome
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/.vitepress/theme/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/.vitepress/theme/index.ts b/docs/.vitepress/theme/index.ts
index 7d13240..26c6640 100644
--- a/docs/.vitepress/theme/index.ts
+++ b/docs/.vitepress/theme/index.ts
@@ -1,6 +1,6 @@
import DefaultTheme from 'vitepress/theme';
-import VersionSwitcher from './VersionSwitcher.vue';
import Layout from './Layout.vue';
+import VersionSwitcher from './VersionSwitcher.vue';
import './custom.css';
export default {