diff --git a/nuxt4/app/app.vue b/nuxt4/app/app.vue index 2a1c680..30d2634 100644 --- a/nuxt4/app/app.vue +++ b/nuxt4/app/app.vue @@ -34,7 +34,7 @@ - + import type { TabsItem } from '@nuxt/ui' +import ContactsList from '~/components/contacts/ContactsList.vue' const { isAuthenticated } = useAuthentik() const { isNight } = useTheme()