use crm- components everywhere

This commit is contained in:
2025-11-21 13:21:59 +01:00
parent 451c4912a5
commit 739bf81bc9
27 changed files with 81 additions and 60 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
<script setup lang="ts">
import AppLayout from '@/layouts/AppLayout.vue';
import { crm } from '@/routes';
import { Head } from '@inertiajs/vue3';
</script>
@@ -8,6 +7,6 @@ import { Head } from '@inertiajs/vue3';
<Head title="Dashboard" />
<AppLayout>
<AppLayout title="Dashboard">
</AppLayout>
</template>