Fixed sidenav rendering.
This commit is contained in:
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',
|
||||
};
|
||||
Reference in New Issue
Block a user