fix(react): change shared file extension in registry.json
This commit updates the extension of the 'shared' file from .ts to .tsx in the registry.json file. The update ensures that the 'shared' file correctly points to a TypeScript JSX file within the React package.
This commit is contained in:
parent
d2ed474c9d
commit
b6d32e980a
@ -1,6 +1,6 @@
|
||||
{
|
||||
"base": "https://raw.githubusercontent.com/p-sw/ui/main/packages/react/components/{componentName}",
|
||||
"shared": "https://raw.githubusercontent.com/p-sw/ui/main/packages/react/shared.ts",
|
||||
"shared": "https://raw.githubusercontent.com/p-sw/ui/main/packages/react/shared.tsx",
|
||||
"components": {
|
||||
"button": "Button.tsx",
|
||||
"checkbox": "Checkbox.tsx",
|
||||
|
Loading…
x
Reference in New Issue
Block a user