mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 13:05:36 +01:00
New admin section.
This commit is contained in:
parent
cdf391d5c2
commit
b78ff3b477
28 changed files with 161 additions and 100 deletions
9
src/app/(main)/admin/users/page.tsx
Normal file
9
src/app/(main)/admin/users/page.tsx
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import { Metadata } from 'next';
|
||||
import { UsersSettingsPage } from './UsersSettingsPage';
|
||||
|
||||
export default function () {
|
||||
return <UsersSettingsPage />;
|
||||
}
|
||||
export const metadata: Metadata = {
|
||||
title: 'Users',
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue