add stat page and separate home page and upload
This commit is contained in:
5
frontend/src/pages/Stats.tsx
Normal file
5
frontend/src/pages/Stats.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
const StatPage = () => {
|
||||
return <div>Stats Page</div>;
|
||||
};
|
||||
|
||||
export default StatPage;
|
||||
Reference in New Issue
Block a user