mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 18:15:35 +01:00
Account settings page.
This commit is contained in:
parent
58a1be7a30
commit
b5cf9f8719
32 changed files with 597 additions and 162 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import React from 'react';
|
||||
import Layout from 'components/layout/Layout';
|
||||
import Account from 'components/Account';
|
||||
import AccountSettings from 'components/AccountSettings';
|
||||
import useRequireLogin from 'hooks/useRequireLogin';
|
||||
|
||||
export default function AccountPage() {
|
||||
|
|
@ -12,7 +12,7 @@ export default function AccountPage() {
|
|||
|
||||
return (
|
||||
<Layout>
|
||||
<Account />
|
||||
<AccountSettings />
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue