diff --git a/client/package.json b/client/package.json index 367881e..aefcc63 100644 --- a/client/package.json +++ b/client/package.json @@ -11,7 +11,8 @@ "react-router-dom": "^4.3.1", "react-scripts": "2.1.3", "redux": "^4.0.1", - "redux-thunk": "^2.3.0" + "redux-thunk": "^2.3.0", + "styled-components": "^4.2.0" }, "scripts": { "start": "react-scripts start", diff --git a/client/src/App.css b/client/src/App.css deleted file mode 100755 index e69de29..0000000 diff --git a/client/src/App.js b/client/src/App.js index a5ae7d7..99d2d1d 100755 --- a/client/src/App.js +++ b/client/src/App.js @@ -10,8 +10,8 @@ import {setCurrentUser} from "./actions/authActions"; // Redux Store import store from "./store"; -// CSS -import './App.css'; +// CSS / Global Styles +import GlobalStyle from './Global' // Components // Layout @@ -52,6 +52,7 @@ class App extends Component {