diff options
Diffstat (limited to 'src/components/NavbarButtons.vue')
-rw-r--r-- | src/components/NavbarButtons.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/NavbarButtons.vue b/src/components/NavbarButtons.vue index 2c7635c..81661d9 100644 --- a/src/components/NavbarButtons.vue +++ b/src/components/NavbarButtons.vue @@ -1,6 +1,5 @@ <script setup lang="ts"> import { BrandGithub, BrandTwitter, InfoCircle, Moon, Sun } from '@vicons/tabler'; -import { toRefs } from 'vue'; import { useStyleStore } from '@/stores/style.store'; import { useThemeStore } from '@/ui/theme/theme.store'; |