aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorShinigami <[email protected]>2022-03-01 19:10:52 +0100
committerGitHub <[email protected]>2022-03-01 19:10:52 +0100
commitced5f3d11630914bf489bd4906b8c114a72d587b (patch)
treed430e9fa0c70ce1571f8d8b8216b0766c63fa16d /docs
parent0afdf0309047a3e2da9f3c802930c026536766a9 (diff)
downloadfaker-ced5f3d11630914bf489bd4906b8c114a72d587b.tar.xz
faker-ced5f3d11630914bf489bd4906b8c114a72d587b.zip
chore(deps): add prettier-plugin-organize-imports (#552)
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,