youngjunkim
9/15/2019 - 1:18 AM

untitled

untitled

import {observable} from 'mobx';

var appState = observable({
    timer: 0
});