feat: init project

This commit is contained in:
2025-08-14 23:38:17 +08:00
commit ad91a2f54d
15 changed files with 1520 additions and 0 deletions

6
src/pages/home/index.tsx Normal file
View File

@@ -0,0 +1,6 @@
function Home() {
return <div>Home</div>;
}
export default Home;