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 40ed560 commit c79ee1dCopy full SHA for c79ee1d
community/react/remove-default-props/transform.ts
@@ -1,5 +1,5 @@
1
import { FileInfo, API } from 'jscodeshift';
2
-import { applyMotions } from '../../../packages/utils/src';
+import { applyMotions } from '@codeshift/utils';
3
4
import { moveDefaultPropsToArrowFunctionExpression } from './motions/moveDefaultPropsToArrowFunctionExpression';
5
import { moveDefaultPropsToFunctionDeclaration } from './motions/moveDefaultPropsToFunctionDeclaration';
0 commit comments