diff --git a/src/containers/App.js b/src/containers/App.js index 0fde1ec..93d795e 100644 --- a/src/containers/App.js +++ b/src/containers/App.js @@ -10,7 +10,7 @@ import Footer from '../components/Footer'; * Again, this is because it serves to wrap the rest of our application with the Provider * component to make the Redux store available to the rest of the app. */ -export default class App extends Component { +class App extends Component { render() { // we can use ES6's object destructuring to effectively 'unpack' our props const { counter, actions } = this.props;