MobX based editing
This commit is contained in:
8
src/stores/UiStateStore.js
Normal file
8
src/stores/UiStateStore.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { observable, action } from 'mobx';
|
||||
|
||||
class UiState {
|
||||
|
||||
}
|
||||
|
||||
const singleton = new UiState();
|
||||
export default singleton;
|
||||
Reference in New Issue
Block a user