forgot the comment
This commit is contained in:
parent
f726376ab8
commit
591f433135
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue