refactor(react): standardize registry keys to lowercase
This commit modifies the keys in the registry.json file within the React package to follow a consistent, all-lowercase convention. This standardization can aid in maintaining code consistency.
This commit is contained in:
parent
483930474b
commit
ebdedd9e04
@ -6,8 +6,8 @@
|
|||||||
"checkbox": "Checkbox.tsx",
|
"checkbox": "Checkbox.tsx",
|
||||||
"dialog": "Dialog.tsx",
|
"dialog": "Dialog.tsx",
|
||||||
"drawer": "Drawer.tsx",
|
"drawer": "Drawer.tsx",
|
||||||
"Input": "Input.tsx",
|
"input": "Input.tsx",
|
||||||
"Label": "Label.tsx",
|
"label": "Label.tsx",
|
||||||
"popover": "Popover.tsx",
|
"popover": "Popover.tsx",
|
||||||
"switch": "Switch.tsx",
|
"switch": "Switch.tsx",
|
||||||
"tabs": "Tabs.tsx",
|
"tabs": "Tabs.tsx",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user