Recreate and reconfigured project

This commit is contained in:
2026-03-23 20:44:51 -03:00
parent ea2770829d
commit 3b70b2934f
27 changed files with 4653 additions and 1696 deletions
+3 -4
View File
@@ -1,12 +1,11 @@
import './global.css'
import { Home } from './Home'
import { Home } from "./Home";
function App() {
return (
<div>
<Home />
</div>
)
);
}
export default App
export default App;