mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
feat: set up dashboard page
This commit is contained in:
6
packages/web/pages/dashboard.tsx
Normal file
6
packages/web/pages/dashboard.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { PageContainer } from 'components/Container';
|
||||
import React from 'react';
|
||||
|
||||
const Dashboard: React.FC = () => <PageContainer>dashboard</PageContainer>;
|
||||
|
||||
export default Dashboard;
|
||||
Reference in New Issue
Block a user