We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee53bac commit c41d250Copy full SHA for c41d250
src/containers/index.js
@@ -1,6 +1,6 @@
1
import React from 'react';
2
// import package
3
-import { BrowserRouter as Router, Route, Switch } from 'react-router-dom';
+import { HashRouter as Router, Route, Switch } from 'react-router-dom';
4
// import relative path
5
import Home from './Home';
6
import NotFound from './NotFound';
0 commit comments