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:
p-sw 2024-06-08 02:44:01 +09:00
parent 483930474b
commit ebdedd9e04

View File

@ -6,8 +6,8 @@
"checkbox": "Checkbox.tsx",
"dialog": "Dialog.tsx",
"drawer": "Drawer.tsx",
"Input": "Input.tsx",
"Label": "Label.tsx",
"input": "Input.tsx",
"label": "Label.tsx",
"popover": "Popover.tsx",
"switch": "Switch.tsx",
"tabs": "Tabs.tsx",