mirror of
https://github.com/umami-software/umami.git
synced 2026-02-17 11:05:36 +01:00
Settings refactor.
This commit is contained in:
parent
1b81074752
commit
c98f324c22
56 changed files with 706 additions and 348 deletions
10
src/app/(main)/settings/preferences/page.tsx
Normal file
10
src/app/(main)/settings/preferences/page.tsx
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import { Metadata } from 'next';
|
||||
import { PreferencesPage } from './PreferencesPage';
|
||||
|
||||
export default function () {
|
||||
return <PreferencesPage />;
|
||||
}
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Preferences',
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue