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

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

View File

@@ -7,8 +7,7 @@ import { useEffect, useState } from "preact/hooks";
import { internalEmit, internalSubscribe } from "./lib/eventEmitter";
import { modalController } from "./context/modals";
import { modalController } from "./controllers/modals/ModalController";
import { APP_VERSION } from "./version";
const INTERVAL_HOUR = 36e5;