feat: update front layout

This commit is contained in:
Maël Gangloff
2024-07-26 23:55:12 +02:00
parent f72f6df546
commit 133850da1c
9 changed files with 214 additions and 40 deletions

View File

@@ -3,7 +3,7 @@ import ReactDOM from "react-dom/client";
import App from "./App";
import {HashRouter} from "react-router-dom";
import './index.css'
import 'antd/dist/reset.css';
const root = ReactDOM.createRoot(document.getElementById("root") as HTMLElement)