forked from abner/for-legacy-web
chore(mobx): refactor into interfaces
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { action, computed, makeAutoObservable, ObservableMap } from "mobx";
|
||||
|
||||
import Persistent from "../Persistent";
|
||||
import Persistent from "../interfaces/Persistent";
|
||||
|
||||
interface Data {
|
||||
drafts: Record<string, string>;
|
||||
|
||||
Reference in New Issue
Block a user