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

13 lines
228 B
Vue
Raw Normal View History

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