mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 08:07:12 +01:00
Export preference components. Updates for cloud.
This commit is contained in:
parent
23838c57fb
commit
0ae5c28da7
7 changed files with 14 additions and 9 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue