mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-22 18:00:17 +01:00
Do not export page components.
This commit is contained in:
parent
264c6954e9
commit
32a97e68ec
@ -1,7 +1,6 @@
|
|||||||
export * from 'components/hooks';
|
export * from 'components/hooks';
|
||||||
|
|
||||||
export * from 'app/(main)/settings/teams/[teamId]/members/TeamMemberRemoveButton';
|
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/TeamMembersDataTable';
|
||||||
export * from 'app/(main)/settings/teams/[teamId]/members/TeamMembersTable';
|
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/TeamDeleteForm';
|
||||||
export * from 'app/(main)/settings/teams/[teamId]/team/TeamDetails';
|
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/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/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/TeamWebsitesDataTable';
|
||||||
export * from 'app/(main)/settings/teams/[teamId]/websites/TeamWebsitesTable';
|
export * from 'app/(main)/settings/teams/[teamId]/websites/TeamWebsitesTable';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user