From 5d2b25d8513eba8ee1c6015880e20a542eba2173 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Mon, 14 Apr 2025 23:25:23 -0400 Subject: [PATCH] Fix Lint Again --- src/webpack/common/internal.tsx | 1 - 1 file changed, 1 deletion(-) 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[]) {