diff --git a/src/App.js b/src/App.js
index 4b975ee..89edd05 100644
--- a/src/App.js
+++ b/src/App.js
@@ -18,7 +18,6 @@ const App = () => {
-
);
};
diff --git a/src/index.js b/src/index.js
index b5f32ae..e7fa1b9 100644
--- a/src/index.js
+++ b/src/index.js
@@ -3,13 +3,13 @@ import ReactDOM from "react-dom/client";
import "./index.css";
import App from "./App";
import reportWebVitals from "./reportWebVitals";
-import { BrowserRouter } from "react-router-dom";
+import { HashRouter } from "react-router-dom";
const root = ReactDOM.createRoot(document.getElementById("root"));
root.render(
-
+
-
+
);
// If you want to start measuring performance in your app, pass a function