forked from abner/for-legacy-web
chore(mobx): refactor into interfaces
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user