Fixed sidenav rendering.

This commit is contained in:
Mike Cao 2025-08-09 02:06:54 -07:00
parent 8897c2508d
commit a97445fb82
9 changed files with 95 additions and 21 deletions

View file

@ -0,0 +1,10 @@
import { LinksPage } from './LinksPage';
import { Metadata } from 'next';
export default function () {
return <LinksPage />;
}
export const metadata: Metadata = {
title: 'Links',
};