Remove unused features from starter kit, #35

This commit is contained in:
2025-11-14 12:40:32 +01:00
parent 80da02212d
commit 83644a2a3e
29 changed files with 56 additions and 646 deletions
+1 -9
View File
@@ -12,7 +12,6 @@ import { Input } from '@/components/ui/input';
import { Label } from '@/components/ui/label';
import AppLayout from '@/layouts/AppLayout.vue';
import SettingsLayout from '@/layouts/settings/Layout.vue';
import { type BreadcrumbItem } from '@/types';
interface Props {
mustVerifyEmail: boolean;
@@ -21,19 +20,12 @@ interface Props {
defineProps<Props>();
const breadcrumbItems: BreadcrumbItem[] = [
{
title: 'Profile settings',
href: edit().url,
},
];
const page = usePage();
const user = page.props.auth.user;
</script>
<template>
<AppLayout :breadcrumbs="breadcrumbItems">
<AppLayout>
<Head title="Profile settings" />
<SettingsLayout>