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 { PixelsPage } from './PixelsPage';
import { Metadata } from 'next';
export default function () {
return <PixelsPage />;
}
export const metadata: Metadata = {
title: 'Pixels',
};