mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Export team page.
This commit is contained in:
parent
d307eb4317
commit
ec8176e2c2
2 changed files with 5 additions and 4 deletions
|
|
@ -1,14 +1,15 @@
|
|||
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/TeamMembersPage';
|
||||
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/TeamDetails';
|
||||
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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue