Initial work on SettingLayout #174
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user