mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Converted user and website settings.
This commit is contained in:
parent
4c24e54fdd
commit
b5c6194f36
59 changed files with 363 additions and 554 deletions
|
|
@ -44,7 +44,7 @@ export * from '@/app/(main)/teams/[teamId]/TeamProvider';
|
|||
export * from '@/app/(main)/websites/[websiteId]/WebsiteProvider';
|
||||
|
||||
export * from '@/components/common/ConfirmationForm';
|
||||
export * from '@/components/common/DataTable';
|
||||
export * from '@/components/common/DataGrid';
|
||||
export * from '@/components/common/Empty';
|
||||
export * from '@/components/common/ErrorBoundary';
|
||||
export * from '@/components/common/ErrorMessage';
|
||||
|
|
@ -59,6 +59,5 @@ export * from '@/components/common/Pager';
|
|||
export * from '@/components/common/TypeConfirmationForm';
|
||||
|
||||
export * from '@/components/input/TeamsButton';
|
||||
export * from '@/components/input/ThemeButton';
|
||||
|
||||
export { ROLES } from '@/lib/constants';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue