feat(wip): add dashboard

This commit is contained in:
Daniel Soares
2021-12-13 00:36:38 -03:00
parent 7b7e6b9cbd
commit c7dc121d9e
10 changed files with 208 additions and 3 deletions

5
src/pages/dash.tsx Normal file
View File

@@ -0,0 +1,5 @@
import { Dash } from '../components/Dash'
export default function DashPage() {
return <Dash />
}