Files
Caramel-CRM/resources/js/pages/Offers.vue
T

13 lines
230 B
Vue

<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>