diff --git a/src/webpack/common/internal.tsx b/src/webpack/common/internal.tsx index 090d9898..aee86f6d 100644 --- a/src/webpack/common/internal.tsx +++ b/src/webpack/common/internal.tsx @@ -18,7 +18,6 @@ import { LazyComponent, LazyComponentWrapper } from "@utils/react"; -// eslint-disable-next-line path-alias/no-relative import { FilterFn, filters, lazyWebpackSearchHistory, waitFor } from "../webpack"; export function waitForComponent = React.ComponentType & Record>(name: string, filter: FilterFn | string | string[]) {