aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/.vitepress/theme/components/index.mjs2
-rw-r--r--docs/.vitepress/theme/index.mjs4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/.vitepress/theme/components/index.mjs b/docs/.vitepress/theme/components/index.mjs
index 6a1c639d..4b77998a 100644
--- a/docs/.vitepress/theme/components/index.mjs
+++ b/docs/.vitepress/theme/components/index.mjs
@@ -1,5 +1,5 @@
-import Playground from './Playground.vue';
import Badge from './Badge.vue';
+import Playground from './Playground.vue';
export default {
Playground,
diff --git a/docs/.vitepress/theme/index.mjs b/docs/.vitepress/theme/index.mjs
index b6bfbb86..e4f3534f 100644
--- a/docs/.vitepress/theme/index.mjs
+++ b/docs/.vitepress/theme/index.mjs
@@ -1,6 +1,6 @@
-import './index.css';
-import GlobalComponents from './components';
import DefaultTheme from 'vitepress/theme';
+import GlobalComponents from './components';
+import './index.css';
export default {
...DefaultTheme,