Export preference components. Updates for cloud.

This commit is contained in:
Mike Cao 2025-09-17 22:03:58 -07:00
parent 23838c57fb
commit 0ae5c28da7
7 changed files with 14 additions and 9 deletions

View file

@ -1,3 +1,8 @@
export * from '@/app/(main)/settings/preferences/LanguageSetting';
export * from '@/app/(main)/settings/preferences/PreferenceSettings';
export * from '@/app/(main)/settings/preferences/PreferencesPage';
export * from '@/app/(main)/settings/preferences/ThemeSetting';
export * from '@/app/(main)/teams/[teamId]/TeamMemberEditButton';
export * from '@/app/(main)/teams/[teamId]/TeamMemberEditForm';
export * from '@/app/(main)/teams/[teamId]/TeamMemberRemoveButton';