We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7d49c commit 251cea6Copy full SHA for 251cea6
transforms/react-19-replace-default-props.codemod.ts
@@ -9,8 +9,10 @@ import type {
9
Property,
10
} from "jscodeshift";
11
12
-import { getFunctionName } from "@codemod.com/codemod-utils/dist/jscodeshift/function.js";
13
-import { getFunctionComponents } from "@codemod.com/codemod-utils/dist/jscodeshift/react.js";
+import {
+ getFunctionName,
14
+ getFunctionComponents,
15
+} from "@codemod.com/codemod-utils";
16
17
const getComponentStaticPropValue = (
18
j: JSCodeshift,
0 commit comments