Initial work on SettingLayout #174

This commit is contained in:
2025-12-10 13:32:44 +01:00
parent 63f3b999cf
commit 9ce912baa2
3 changed files with 37 additions and 29 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ const user = page.props.auth.user;
</script>
<template>
<AppLayout title="Profile settings">
<!-- <AppLayout title="Profile settings"> -->
<SettingsLayout>
<div class="flex flex-col space-y-6">
@@ -81,5 +81,5 @@ const user = page.props.auth.user;
<DeleteUser />
</SettingsLayout>
</AppLayout>
<!-- </AppLayout> -->
</template>