mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 05:37:20 +01:00
Fixed team settings not found.
This commit is contained in:
parent
2109d3225e
commit
7342d52c68
2 changed files with 6 additions and 5 deletions
|
|
@ -0,0 +1,5 @@
|
|||
import Page from 'app/(main)/settings/websites/[websiteId]/page';
|
||||
|
||||
export default function ({ params }) {
|
||||
return <Page params={params} />;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue