diff --git a/natster-io/src/App.vue b/natster-io/src/App.vue index 7a904a1..b380b08 100644 --- a/natster-io/src/App.vue +++ b/natster-io/src/App.vue @@ -17,10 +17,8 @@ import AuthView from './views/AuthView.vue' import { catalogStore } from './stores/catalog' const { activeDownload } = storeToRefs(catalogStore()) - import { VueSpinnerAudio, VueSpinnerTail } from 'vue3-spinners' const { isAuthenticated, isLoading } = useAuth0() -