Created
May 22, 2018 02:05
-
-
Save zaguiini/24d95cacef3837cf2c090565f350ac83 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react' | |
import store from './store' | |
import { Provider } from 'react-redux' | |
import Main from '@/views' | |
export default () => ( | |
<Provider | |
store={store} | |
> | |
<Main /> | |
</Provider> | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment