chore(refactor): rename context/modals to controllers/modals

This commit is contained in:
Paul Makles
2022-06-27 17:56:06 +01:00
parent 1a6e333d7d
commit 3d47c79b57
38 changed files with 39 additions and 31 deletions

View File

@@ -1,8 +1,7 @@
import { action, makeAutoObservable, runInAction } from "mobx";
import { modalController } from "../../context/modals";
import { latestChangelog } from "../../assets/changelogs";
import { modalController } from "../../controllers/modals/ModalController";
import Persistent from "../interfaces/Persistent";
import Store from "../interfaces/Store";
import Syncable from "../interfaces/Syncable";