Skip to content

Commit c79ee1d

Browse files
author
Daniel Del Core
committed
fixes incorrect util import
1 parent 40ed560 commit c79ee1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

community/react/remove-default-props/transform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { FileInfo, API } from 'jscodeshift';
2-
import { applyMotions } from '../../../packages/utils/src';
2+
import { applyMotions } from '@codeshift/utils';
33

44
import { moveDefaultPropsToArrowFunctionExpression } from './motions/moveDefaultPropsToArrowFunctionExpression';
55
import { moveDefaultPropsToFunctionDeclaration } from './motions/moveDefaultPropsToFunctionDeclaration';

0 commit comments

Comments
 (0)