diff --git a/src/main.jsx b/src/main.jsx index 5258724..6859bb3 100644 --- a/src/main.jsx +++ b/src/main.jsx @@ -1,7 +1,7 @@ import React from 'react'; import ReactDOM from 'react-dom/client'; import App from './App.jsx'; -import { BrowserRouter } from 'react-router-dom'; +import { HashRouter } from 'react-router-dom'; import './index.css'; import { ToastContainer } from 'react-toastify'; import 'react-toastify/dist/ReactToastify.css'; @@ -10,11 +10,10 @@ import './i18n.js'; ReactDOM.createRoot(document.getElementById('root')).render( - + - + , ); -// deployment \ No newline at end of file