diff --git a/src/webpack/common/react.ts b/src/webpack/common/react.ts index f1330bdc..bd5b1b53 100644 --- a/src/webpack/common/react.ts +++ b/src/webpack/common/react.ts @@ -16,7 +16,7 @@ * along with this program. If not, see . */ -import { findByPropsLazy, waitFor } from "../webpack"; +import { findByPropsLazy, waitFor } from "@webpack"; export let React: typeof import("react"); export let useState: typeof React.useState;