mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-08-03 10:14:43 +00:00
chore(refactor): rename context/modals to controllers/modals
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user