mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 15:47:13 +01:00
Pixel/link metrics pages.
This commit is contained in:
parent
789b8b36d8
commit
8e766e2db7
42 changed files with 530 additions and 49 deletions
|
|
@ -17,7 +17,7 @@ export * from '@/app/(main)/teams/TeamAddForm';
|
|||
export * from '@/app/(main)/teams/TeamJoinForm';
|
||||
export * from '@/app/(main)/teams/TeamLeaveButton';
|
||||
export * from '@/app/(main)/teams/TeamLeaveForm';
|
||||
export * from '@/app/(main)/teams/[teamId]/TeamProvider';
|
||||
export * from '@/app/(main)/teams/TeamProvider';
|
||||
export * from '@/app/(main)/teams/TeamsAddButton';
|
||||
export * from '@/app/(main)/teams/TeamsDataTable';
|
||||
export * from '@/app/(main)/teams/TeamsHeader';
|
||||
|
|
@ -38,7 +38,7 @@ export * from '@/app/(main)/websites/WebsitesDataTable';
|
|||
export * from '@/app/(main)/websites/WebsitesHeader';
|
||||
export * from '@/app/(main)/websites/WebsitesTable';
|
||||
|
||||
export * from '@/app/(main)/websites/[websiteId]/WebsiteProvider';
|
||||
export * from '@/app/(main)/websites/WebsiteProvider';
|
||||
|
||||
export * from '@/components/common/ConfirmationForm';
|
||||
export * from '@/components/common/DataGrid';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue