mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 23:06:14 -04:00
refactor: clean imports
This commit is contained in:
parent
d066319b45
commit
724e142222
4 changed files with 5 additions and 14 deletions
|
@ -1,14 +1,9 @@
|
|||
<script setup lang="ts">
|
||||
import { RouterView } from 'vue-router'
|
||||
import { layouts } from './layouts';
|
||||
import { computed } from 'vue';
|
||||
import { useRoute } from 'vue-router'
|
||||
import { useRoute, RouterView } from 'vue-router'
|
||||
import { darkThemeOverrides, lightThemeOverrides } from './themes'
|
||||
import {
|
||||
darkTheme,
|
||||
NConfigProvider,
|
||||
NGlobalStyle,
|
||||
} from 'naive-ui'
|
||||
import { darkTheme, NGlobalStyle, NMessageProvider } from 'naive-ui'
|
||||
import { useStyleStore } from './stores/style.store';
|
||||
|
||||
const route = useRoute();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue