Skip to content

Commit 251cea6

Browse files
committed
fix: fix import
1 parent ad7d49c commit 251cea6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

transforms/react-19-replace-default-props.codemod.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ import type {
99
Property,
1010
} from "jscodeshift";
1111

12-
import { getFunctionName } from "@codemod.com/codemod-utils/dist/jscodeshift/function.js";
13-
import { getFunctionComponents } from "@codemod.com/codemod-utils/dist/jscodeshift/react.js";
12+
import {
13+
getFunctionName,
14+
getFunctionComponents,
15+
} from "@codemod.com/codemod-utils";
1416

1517
const getComponentStaticPropValue = (
1618
j: JSCodeshift,

0 commit comments

Comments
 (0)