feat(wip): add dashboard

This commit is contained in:
Daniel Soares
2021-12-13 13:20:41 -03:00
parent 7b7e6b9cbd
commit c7dc121d9e
10 changed files with 208 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
import { Dash } from '../components/Dash'
export default function DashPage() {
return <Dash />
}