From ced5f3d11630914bf489bd4906b8c114a72d587b Mon Sep 17 00:00:00 2001 From: Shinigami Date: Tue, 1 Mar 2022 19:10:52 +0100 Subject: chore(deps): add prettier-plugin-organize-imports (#552) --- docs/.vitepress/theme/components/index.mjs | 2 +- docs/.vitepress/theme/index.mjs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') 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, -- cgit v1.2.3