forgot the comment

This commit is contained in:
Nuckyz 2024-06-13 00:00:15 -03:00
parent f726376ab8
commit 591f433135
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -20,6 +20,7 @@ import { proxyLazy } from "@utils/lazy";
import { findByProps, webpackDependantLazy } from "@webpack"; import { findByProps, webpackDependantLazy } from "@webpack";
import { Flux, FluxDispatcher } from "@webpack/common"; import { Flux, FluxDispatcher } from "@webpack/common";
// Avoid circular dependency
const { settings } = proxyLazy(() => require(".")) as typeof import("."); const { settings } = proxyLazy(() => require(".")) as typeof import(".");
export interface Track { export interface Track {