Add missing pages to reduce errors and warnings in console

This commit is contained in:
2025-12-09 15:10:53 +01:00
parent 6d03cf1e5d
commit 18c9d0120c
4 changed files with 37 additions and 1 deletions
+12
View File
@@ -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>
+12
View File
@@ -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>
+12
View File
@@ -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>