mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 13:05:36 +01:00
Merge branch 'dev' into feat/um-202-event-data-new
This commit is contained in:
commit
f1f602b42d
14 changed files with 115 additions and 39 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import AppLayout from 'components/layout/AppLayout';
|
||||
import SettingsLayout from 'components/layout/SettingsLayout';
|
||||
import WebsitesList from 'components/pages/settings/websites/WebsitesList';
|
||||
|
||||
export default function WebsitesPage({ disabled }) {
|
||||
|
|
@ -7,9 +7,9 @@ export default function WebsitesPage({ disabled }) {
|
|||
}
|
||||
|
||||
return (
|
||||
<AppLayout>
|
||||
<SettingsLayout>
|
||||
<WebsitesList />
|
||||
</AppLayout>
|
||||
</SettingsLayout>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue