Skip to content

Commit 53397bd

Browse files
author
Eric Olkowski
committed
Updated Input example, added packageManager to json
1 parent 0dee663 commit 53397bd

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@
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 numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
import { ToolbarChipGroupContent } from "@patternfly/react-core";
22

3+
const Component = ToolbarChipGroupContent;
34
export 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 };

0 commit comments

Comments
 (0)