This commit is contained in:
2026-02-25 06:59:29 +00:00
parent 88fff9efae
commit acd7713c86
37 changed files with 1581 additions and 69 deletions
@@ -0,0 +1,11 @@
import "./index.css";
export function App() {
return (
<div className="flex items-center justify-center min-h-screen">
<h1>Let's build together</h1>
</div>
);
}
export default App;