Export team data component.

This commit is contained in:
Mike Cao 2024-02-05 02:44:13 -08:00
parent 8bcea84409
commit d392e500c6

View File

@ -1,5 +1,6 @@
export * from 'components/hooks';
export * from 'app/(main)/settings/teams/[teamId]/TeamData';
export * from 'app/(main)/settings/teams/[teamId]/TeamEditForm';
export * from 'app/(main)/settings/teams/[teamId]/TeamMemberRemoveButton';
export * from 'app/(main)/settings/teams/[teamId]/TeamMembers';