refactor: organize frontend by feature
This commit is contained in:
@@ -35,10 +35,10 @@
|
||||
<script async setup>
|
||||
import { computed, ref, watch } from 'vue';
|
||||
import { useRoute } from 'vue-router';
|
||||
import { useAuthStore } from '@/stores/authStore.js';
|
||||
import { useAuthStore } from '@/features/auth/stores/authStore.js';
|
||||
import { mdiChevronLeft, mdiChevronRight } from '@mdi/js';
|
||||
import AppBar from '@/views/main/AppBar.vue';
|
||||
import AppSidebar from '@/views/main/AppSidebar.vue';
|
||||
import AppBar from '@/layouts/main/AppBar.vue';
|
||||
import AppSidebar from '@/layouts/main/AppSidebar.vue';
|
||||
|
||||
const route = useRoute();
|
||||
const authStore = useAuthStore();
|
||||
|
||||
Reference in New Issue
Block a user