Skip to content

Commit

Permalink
Update to use hash router
Browse files Browse the repository at this point in the history
  • Loading branch information
aleannab committed Mar 6, 2024
1 parent cfaa53c commit 2b131ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/App.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useEffect } from 'react';
import 'bootstrap/dist/css/bootstrap.min.css';
import { BrowserRouter as Router, useLocation } from 'react-router-dom';
import { HashRouter as Router, useLocation } from 'react-router-dom';
import withRouter from '../hooks/withRouter';
import AppRoutes from './routes';
import Headermain from '../header';
Expand Down

0 comments on commit 2b131ac

Please sign in to comment.