Implemented a new ModeToggle feature for theme switching in personal account dropdown. The changes also made adjustments to several UI components, such as transforming Dialog to AlertDialog in transfer-ownership-dialog, and introducing invitation-submit-button in team-accounts. Some minor amendments include text changes and styling modifications.
7 lines
337 B
TypeScript
7 lines
337 B
TypeScript
export * from './members/account-members-table';
|
|
export * from './members/invite-members-dialog-container';
|
|
export * from './settings/team-account-danger-zone';
|
|
export * from './invitations/account-invitations-table';
|
|
export * from './settings/team-account-settings-container';
|
|
export * from './invitations/accept-invitation-container';
|