diff --git a/src/App.js b/src/App.js index f8aaafd..ce48591 100644 --- a/src/App.js +++ b/src/App.js @@ -1,6 +1,6 @@ import React from "react"; import "./styles/App.scss"; -import { BrowserRouter as Router, Route, Routes } from "react-router-dom"; +import { HashRouter as Router, Route, Routes } from "react-router-dom"; import { Provider } from "react-redux"; import { PersistGate } from "redux-persist/integration/react"; import { store, persistor } from "./services/store";