Last active
October 30, 2016 17:28
-
-
Save mkozhukharenko/805d8aad8b1e3d80f766e493606eaa36 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 { 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