diff options
Diffstat (limited to 'src/App.vue')
-rw-r--r-- | src/App.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index 6bd9a36..fec26bf 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,4 @@ <script setup lang="ts"> -import { computed } from 'vue'; import { RouterView, useRoute } from 'vue-router'; import { NGlobalStyle, NMessageProvider, NNotificationProvider, darkTheme } from 'naive-ui'; import { darkThemeOverrides, lightThemeOverrides } from './themes'; |