This commit is contained in:
2026-02-04 18:02:00 +08:00
parent 3b60478036
commit c4dbb75698
9 changed files with 14 additions and 226 deletions

3
src/pages/Home.tsx Normal file
View File

@@ -0,0 +1,3 @@
export const Home = () => {
return <div>Home Page</div>
}