mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Updated settings components.
This commit is contained in:
parent
1d9c3133f0
commit
91af593ff5
31 changed files with 805 additions and 494 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { useRouter } from 'next/router';
|
||||
import WebsiteDetails from 'components/pages/settings/websites/WebsiteDetails';
|
||||
import WebsiteSettings from 'components/pages/settings/websites/WebsiteSettings';
|
||||
import useUser from 'hooks/useUser';
|
||||
import AppLayout from 'components/layout/AppLayout';
|
||||
|
||||
|
|
@ -14,7 +14,7 @@ export default function WebsiteSettingsPage() {
|
|||
|
||||
return (
|
||||
<AppLayout>
|
||||
<WebsiteDetails websiteId={id} />
|
||||
<WebsiteSettings websiteId={id} />
|
||||
</AppLayout>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue