fix redirect

This commit is contained in:
Elijah McMorris 2024-02-16 03:32:32 -08:00
parent dbf0b5d670
commit ff6ed19606
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
7 changed files with 76 additions and 45 deletions

8
src/app/stats/page.tsx Normal file
View file

@ -0,0 +1,8 @@
export default function StatsPage() {
return (
<div>
<h1>Stats</h1>
</div>
);
}