Update App.vue

This commit is contained in:
CodexAdrian
2023-05-08 17:35:03 -04:00
parent 5fa49accfa
commit 7fc896d2e1

View File

@@ -1,5 +1,5 @@
<script setup>
import {onMounted, ref} from 'vue'
import { onMounted, ref } from 'vue'
import { RouterView, RouterLink } from 'vue-router'
import { HomeIcon, SearchIcon, LibraryIcon, PlusIcon, SettingsIcon, AnimatedLogo } from 'omorphia'
import { useTheming } from '@/store/state'