Add missing pages to reduce errors and warnings in console
This commit is contained in:
@@ -88,7 +88,7 @@ const mainNavGroups: NavGroup[] = [
|
||||
|
||||
<SidebarHeader>
|
||||
<Link :href="dashboard()" prefetch class="flex row items-center mt-3">
|
||||
<AppLogo />
|
||||
<AppLogo />
|
||||
</Link>
|
||||
|
||||
<TooltipProvider>
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
<script setup lang="ts">
|
||||
import AppLayout from '@/layouts/AppLayout.vue';
|
||||
import { Head } from '@inertiajs/vue3';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
<Head title="Akquise" />
|
||||
|
||||
<AppLayout title="Akquise">
|
||||
</AppLayout>
|
||||
</template>
|
||||
@@ -0,0 +1,12 @@
|
||||
<script setup lang="ts">
|
||||
import AppLayout from '@/layouts/AppLayout.vue';
|
||||
import { Head } from '@inertiajs/vue3';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
<Head title="Angebote" />
|
||||
|
||||
<AppLayout title="Angebote">
|
||||
</AppLayout>
|
||||
</template>
|
||||
@@ -0,0 +1,12 @@
|
||||
<script setup lang="ts">
|
||||
import AppLayout from '@/layouts/AppLayout.vue';
|
||||
import { Head } from '@inertiajs/vue3';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
<Head title="Zeiterfassung" />
|
||||
|
||||
<AppLayout title="Zeiterfassung">
|
||||
</AppLayout>
|
||||
</template>
|
||||
Reference in New Issue
Block a user