(WIP) Add initial API client

This commit is contained in:
Paul Frazee 2022-06-10 11:55:09 -05:00
parent 967f9fc474
commit faddda83f0
9 changed files with 260 additions and 27 deletions

View file

@ -4,8 +4,11 @@
*/
import {getEnv, IStateTreeNode} from 'mobx-state-tree'
import {API} from '../api'
export class Environment {
api = new API()
constructor() {}
async setup() {}