[skip ci] Refactor utils

This commit is contained in:
Vendicated
2023-05-06 01:36:00 +02:00
parent 2834bed518
commit 0d5e2d0696
110 changed files with 341 additions and 327 deletions

View File

@ -16,11 +16,11 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
import Logger from "@utils/Logger";
import { proxyLazy } from "@utils/proxyLazy";
import { proxyLazy } from "@utils/lazy";
import { Logger } from "@utils/Logger";
import { findModuleId, wreq } from "@webpack";
import { Settings } from "./settings";
import { Settings } from "./Settings";
interface Setting<T> {
/**