This commit is contained in:
2026-06-23 15:31:00 +02:00
parent 98a38b81d3
commit 785c82717f
16 changed files with 0 additions and 3025 deletions
-16
View File
@@ -1,16 +0,0 @@
import { StrictMode } from "react";
import { createRoot } from "react-dom/client";
import "./index.css";
import App from "./App.jsx";
createRoot(document.getElementById("root")).render(
<StrictMode>
<App />
</StrictMode>,
);
}
<h1>Mon appli</h1>
</div>
);
}