Changed Admin tab to Manage.

This commit is contained in:
Mike Cao 2024-02-08 11:47:32 -08:00
parent 91e3dff7f5
commit 642aba83e5
55 changed files with 59 additions and 59 deletions

View file

@ -4,7 +4,7 @@ export * from 'app/(main)/settings/teams/[teamId]/members/TeamMemberRemoveButton
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]/team/TeamAdmin';
export * from './app/(main)/settings/teams/[teamId]/team/TeamManage';
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';