chore: dashboard

This commit is contained in:
lencx
2022-12-13 19:10:42 +08:00
parent 430d6e4af2
commit 8363ff234d
18 changed files with 169 additions and 141 deletions

9
src/view/App.tsx vendored Normal file
View File

@@ -0,0 +1,9 @@
import Layout from "@layout/index";
export default function Dashboard() {
return (
<Layout>
Hello
</Layout>
)
}