Skip to content

Commit

Permalink
app.js reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
AkselsLedins committed Jan 16, 2019
1 parent c10003d commit 086f77a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions App.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import React from 'react';
import App from './src/App';
import { Provider } from 'react-redux';

import App from './src/App';
import store from './src/store';

import { Provider } from 'react-redux';

export default class RootComponent extends React.Component {
render() {
return (
Expand Down

0 comments on commit 086f77a

Please sign in to comment.