diff --git a/src/index.ts b/src/index.ts index 64da2e6d..f067d2fa 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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';