diff --git a/src/containers/App/App.js b/src/containers/App/App.js index 2a368f1..c1ddf5a 100644 --- a/src/containers/App/App.js +++ b/src/containers/App/App.js @@ -1,7 +1,9 @@ import React, { Component } from 'react'; +import styles from './App.scss'; + export default class App extends Component { render() { - return (