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 bead8ad commit 74af020Copy full SHA for 74af020
package.json
@@ -30,6 +30,7 @@
30
"less": "^2.7.1",
31
"less-loader": "^2.2.3",
32
"node-sass": "^4.5.3",
33
+ "normalize.css": "^7.0.0",
34
"null-loader": "^0.1.1",
35
"postcss": "^5.0.21",
36
"postcss-loader": "^1.3.3",
src/containers/index.js
@@ -1,10 +1,13 @@
1
import React from 'react';
2
// import package
3
import { Router, Route, hashHistory } from 'react-router';
4
+import 'normalize.css/normalize.css';
5
+
6
// import relative path
7
import Home from './Home';
8
import NotFound from './NotFound';
9
10
11
// add router key to fix this issue
12
// https://github.com/reactjs/react-router-redux/issues/179#issuecomment-275576250
13
const Main = () => (
0 commit comments