MobX based editing

This commit is contained in:
Jori Lallo
2016-06-02 22:04:33 -07:00
parent aac20341f7
commit e6c7e95115
26 changed files with 436 additions and 185 deletions

View File

@@ -0,0 +1,8 @@
import { observable, action } from 'mobx';
class UiState {
}
const singleton = new UiState();
export default singleton;