Skip to content

Commit

Permalink
chore: use HashRouter
Browse files Browse the repository at this point in the history
  • Loading branch information
twlite committed Aug 19, 2021
1 parent 5b467ef commit c07c2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Component } from "react";
import Loader from "./components/Loading/Loader";
import { BrowserRouter as Router } from "react-router-dom";
import { HashRouter as Router } from "react-router-dom";
import RouteBuilder from "./RouteBuilder";

export default class App extends Component {
Expand Down

0 comments on commit c07c2eb

Please sign in to comment.