mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 08:37:13 +01:00
stay in team context for website header links
This commit is contained in:
parent
758b289a51
commit
4b40b4e9cf
4 changed files with 16 additions and 2 deletions
|
|
@ -0,0 +1,3 @@
|
|||
import Page from 'app/(main)/websites/[websiteId]/event-data/page';
|
||||
|
||||
export default Page;
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
import Page from 'app/(main)/websites/[websiteId]/realtime/page';
|
||||
|
||||
export default Page;
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
import Page from 'app/(main)/websites/[websiteId]/reports/page';
|
||||
|
||||
export default Page;
|
||||
Loading…
Add table
Add a link
Reference in a new issue