Skip to content

Instantly share code, notes, and snippets.

@ozluy
Created August 20, 2019 22:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ozluy/46670ee32ae5ca6a1908fb2027b01a80 to your computer and use it in GitHub Desktop.
Save ozluy/46670ee32ae5ca6a1908fb2027b01a80 to your computer and use it in GitHub Desktop.
import { init } from '@rematch/core'
import * as models from './models'
const store = init({ models })
export default store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment