Do not export page components.

This commit is contained in:
Mike Cao 2024-02-07 22:55:09 -08:00
parent 264c6954e9
commit 32a97e68ec

View File

@ -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';