File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
packages/eslint-plugin-pf-codemods/src/rules/v6/toolbarChipGroupContentRenameComponent Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 4848 "case-anything" : " ^2.1.13" ,
4949 "fs-extra" : " ^11.2.0" ,
5050 "@types/fs-extra" : " ^11.0.4"
51- }
51+ },
52+ "packageManager" : " yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
5253}
Original file line number Diff line number Diff line change 11import { ToolbarChipGroupContent } from "@patternfly/react-core" ;
22
3+ const Component = ToolbarChipGroupContent ;
34export const ToolbarChipGroupContentRenameComponentInput = ( ) => (
4- < ToolbarChipGroupContent > </ ToolbarChipGroupContent >
5- < ToolbarChipGroupContent / >
6-
7- const Component = ToolbarChipGroupContent ;
8- < Component />
5+ < >
6+ < ToolbarChipGroupContent > </ ToolbarChipGroupContent >
7+ < ToolbarChipGroupContent />
8+ < Component />
9+ </ >
910) ;
1011
11- export { ToolbarChipGroupContent as CustomThing } ;
12+ export { ToolbarChipGroupContent as CustomThing } ;
You can’t perform that action at this time.
0 commit comments