card Expertises modal

This commit is contained in:
sebvtl728
2025-01-06 21:29:04 +01:00
parent b0fa21ba35
commit f0565bbb78
5 changed files with 6547 additions and 103 deletions
+10
View File
@@ -4,6 +4,8 @@ import { BrowserRouter as Router, Routes, Route } from "react-router-dom";
import { ThemeProvider } from "@mui/material/styles";
import theme from "./theme";
import { HelmetProvider } from "react-helmet-async";
import SimpleReactLightbox from "simple-react-lightbox";
import Home from "./components/Pages/Home.jsx";
@@ -17,6 +19,14 @@ import Header from "./components/Header";
import FormationWeb from "./components/Pages/FormationWeb";
import FormationIA from "./components/Pages/FormationIA";
function App() {
return (
<SimpleReactLightbox>
<YourApp />
</SimpleReactLightbox>
);
}
ReactDOM.createRoot(document.getElementById("root")).render(
<React.StrictMode>
<ThemeProvider theme={theme}>