mirror of
https://github.com/umami-software/umami.git
synced 2026-02-22 13:35:35 +01:00
Fixed sidenav rendering.
This commit is contained in:
parent
8897c2508d
commit
a97445fb82
9 changed files with 95 additions and 21 deletions
10
src/app/(main)/links/page.tsx
Normal file
10
src/app/(main)/links/page.tsx
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import { LinksPage } from './LinksPage';
|
||||
import { Metadata } from 'next';
|
||||
|
||||
export default function () {
|
||||
return <LinksPage />;
|
||||
}
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Links',
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue