mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Do not export page components.
This commit is contained in:
parent
264c6954e9
commit
32a97e68ec
1 changed files with 0 additions and 3 deletions
|
|
@ -1,7 +1,6 @@
|
|||
export * from 'components/hooks';
|
||||
|
||||
export * from 'app/(main)/settings/teams/[teamId]/members/TeamMemberRemoveButton';
|
||||
export * from 'app/(main)/settings/teams/[teamId]/members/TeamMembersPage';
|
||||
export * from 'app/(main)/settings/teams/[teamId]/members/TeamMembersDataTable';
|
||||
export * from 'app/(main)/settings/teams/[teamId]/members/TeamMembersTable';
|
||||
|
||||
|
|
@ -9,10 +8,8 @@ export * from 'app/(main)/settings/teams/[teamId]/team/TeamAdmin';
|
|||
export * from 'app/(main)/settings/teams/[teamId]/team/TeamDeleteForm';
|
||||
export * from 'app/(main)/settings/teams/[teamId]/team/TeamDetails';
|
||||
export * from 'app/(main)/settings/teams/[teamId]/team/TeamEditForm';
|
||||
export * from 'app/(main)/settings/teams/[teamId]/team/TeamPage';
|
||||
|
||||
export * from 'app/(main)/settings/teams/[teamId]/websites/TeamWebsiteRemoveButton';
|
||||
export * from './app/(main)/settings/teams/[teamId]/websites/TeamWebsitesPage';
|
||||
export * from 'app/(main)/settings/teams/[teamId]/websites/TeamWebsitesDataTable';
|
||||
export * from 'app/(main)/settings/teams/[teamId]/websites/TeamWebsitesTable';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue