This commit is contained in:
2026-03-05 22:24:45 +08:00
parent 575feec78b
commit eebdaec389
5 changed files with 691 additions and 68 deletions

View File

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