diff options
Diffstat (limited to 'src/webpack/common')
-rw-r--r-- | src/webpack/common/internal.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webpack/common/internal.tsx b/src/webpack/common/internal.tsx index e2f42d8..66c52de 100644 --- a/src/webpack/common/internal.tsx +++ b/src/webpack/common/internal.tsx @@ -16,7 +16,7 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ -import { LazyComponent } from "@utils/misc"; +import { LazyComponent } from "@utils/react"; // eslint-disable-next-line path-alias/no-relative import { FilterFn, filters, waitFor } from "../webpack"; |