account settings actions, account deletion left

This commit is contained in:
m5r
2022-05-14 14:43:45 +02:00
parent 98b89ae0f7
commit 48b3604116
17 changed files with 314 additions and 239 deletions

View File

@ -12,7 +12,7 @@ export default function __App() {
const hideFooter = false;
const matches = useMatches();
// matches[0].handle
console.log("matches", matches);
// console.log("matches", matches);
return (
<div className="h-full w-full overflow-hidden fixed bg-gray-100">

View File

@ -1,7 +1,10 @@
import accountAction from "~/features/settings/actions/account";
import ProfileInformations from "~/features/settings/components/account/profile-informations";
import UpdatePassword from "~/features/settings/components/account/update-password";
import DangerZone from "~/features/settings/components/account/danger-zone";
export const action = accountAction;
export default function Account() {
return (
<div className="flex flex-col space-y-6">