feat: init project

This commit is contained in:
秋水浮尘
2023-10-06 22:43:22 +08:00
parent 95ce141489
commit 05284248dd
25 changed files with 4120 additions and 2 deletions

10
src/views/home/index.tsx Normal file
View File

@@ -0,0 +1,10 @@
const Home = () => {
return (
<div>
home
</div>
)
}
export default Home