Skip to content

Commit

Permalink
Use destructuring to import Component
Browse files Browse the repository at this point in the history
You use destructuring in your course so it makes sense to have the redux simple starter boilerplate use the same syntax
  • Loading branch information
Dorian Karter committed Mar 11, 2016
1 parent 3f36bba commit 94692d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react';
import { Component } from 'react';
import React, { Component } from 'react';

export default class App extends Component {
render() {
Expand Down

0 comments on commit 94692d5

Please sign in to comment.