Commit b1407cc8 by hfpp2012 yinsigan

fix

1 parent 8fa09bb3
...@@ -4,10 +4,7 @@ import Loader from 'halogen/PulseLoader' ...@@ -4,10 +4,7 @@ import Loader from 'halogen/PulseLoader'
import { Link } from 'react-router-dom' import { Link } from 'react-router-dom'
import { observer } from 'mobx-react' import { observer } from 'mobx-react'
import autobind from 'autobind-decorator' import autobind from 'autobind-decorator'
import ModalRepoFormStore from '../stores/ModalRepoFormStore'
import ModalRepoFormModel from '../stores/ModalRepoFormStore'
const ModalRepoFormStore = new ModalRepoFormModel()
@autobind @autobind
@observer @observer
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!