Skip to content

Instantly share code, notes, and snippets.

@mkozhukharenko
Last active October 30, 2016 17:28
Show Gist options
  • Save mkozhukharenko/805d8aad8b1e3d80f766e493606eaa36 to your computer and use it in GitHub Desktop.
Save mkozhukharenko/805d8aad8b1e3d80f766e493606eaa36 to your computer and use it in GitHub Desktop.
import { observable } from 'mobx'
import GenericFormStore from './../common/generic-form.store'
export default class LoginStore extends GenericFormStore {
@observable
form = {/* form model */}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment