Add missing pages to reduce errors and warnings in console
This commit is contained in:
@@ -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