Skip to content

Instantly share code, notes, and snippets.

@zaguiini
Created May 22, 2018 02:05
Show Gist options
  • Save zaguiini/24d95cacef3837cf2c090565f350ac83 to your computer and use it in GitHub Desktop.
Save zaguiini/24d95cacef3837cf2c090565f350ac83 to your computer and use it in GitHub Desktop.
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