chore(mobx): refactor into interfaces

This commit is contained in:
Paul
2021-12-11 14:36:26 +00:00
parent a83af8b2db
commit 24bc0949a4
7 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
import { action, computed, makeAutoObservable, ObservableSet } from "mobx";
import Persistent from "../Persistent";
import Persistent from "../interfaces/Persistent";
/**
* Union type of available experiments.