This commit is contained in:
2026-03-05 22:02:44 +08:00
parent d196b24d07
commit 575feec78b
38 changed files with 1502 additions and 431 deletions

View File

@@ -1,3 +1,5 @@
import App from './repos/page'
const Home = () => {
return <div>Home Page</div>
}
export default App;
export default Home;