@ -4,7 +4,6 @@ import { Provider } from 'react-redux';
importAppfrom'./containers/App';
importAppfrom'./containers/App';
importconfigureStorefrom'./store/configureStore';
importconfigureStorefrom'./store/configureStore';
import'./styles/styles.scss';//Yep, that's right. You can import SASS/CSS files too! Webpack will run the associated loader and plug this into the page.
import'./styles/styles.scss';//Yep, that's right. You can import SASS/CSS files too! Webpack will run the associated loader and plug this into the page.