diff --git a/src/layouts/components/main-layout-header-bar.vue b/src/layouts/components/main-layout-header-bar.vue index 5ad6d39..71c6eee 100644 --- a/src/layouts/components/main-layout-header-bar.vue +++ b/src/layouts/components/main-layout-header-bar.vue @@ -2,9 +2,11 @@ lang="ts" setup > - import { useUiStore } from 'src/stores/ui-store'; + import { useAuthStore } from 'src/stores/auth-store'; +import { useUiStore } from 'src/stores/ui-store'; const uiStore = useUiStore(); + const authStore = useAuthStore();