add stat page and separate home page and upload

This commit is contained in:
2026-01-27 17:36:24 +00:00
parent 2fcb4eabae
commit 1234ffde85
3 changed files with 67 additions and 45 deletions

View File

@@ -0,0 +1,5 @@
const StatPage = () => {
return <div>Stats Page</div>;
};
export default StatPage;