mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 21:15:35 +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
|
|
@ -2,7 +2,7 @@
|
|||
import { UserSettings } from './UserSettings';
|
||||
import { UserProvider } from './UserProvider';
|
||||
|
||||
export default function ({ userId }: { userId: string }) {
|
||||
export function UserPage({ userId }: { userId: string }) {
|
||||
return (
|
||||
<UserProvider userId={userId}>
|
||||
<UserSettings userId={userId} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue