We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6cd11d commit 87bc2f2Copy full SHA for 87bc2f2
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.0.1
2
+
3
+- Fix #2402
4
5
# 1.0.0
6
7
- Migrate to TypeScript from Flow ([#2363](https://github.com/electron-react-boilerplate/electron-react-boilerplate/pull/2363))
app/Routes.tsx
@@ -1,5 +1,5 @@
import React from 'react';
-import { Switch, Route } from 'react-router';
+import { Switch, Route } from 'react-router-dom';
import routes from './constants/routes.json';
import App from './containers/App';
import HomePage from './containers/HomePage';
0 commit comments