mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 09:35:36 +01:00
Updated website, team and user save.
This commit is contained in:
parent
2fa50892d8
commit
fec81695e8
15 changed files with 128 additions and 117 deletions
5
src/app/(main)/teams/[id]/websites/[websiteId]/page.tsx
Normal file
5
src/app/(main)/teams/[id]/websites/[websiteId]/page.tsx
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import WebsiteDetails from 'app/(main)/websites/[id]/WebsiteDetails';
|
||||
|
||||
export default function TeamWebsitePage({ params: { websiteId } }) {
|
||||
return <WebsiteDetails websiteId={websiteId} />;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue