fix(label): add displayName

This commit is contained in:
p-sw 2024-07-12 01:37:20 +09:00
parent 0916c483d4
commit 952e235fda

View File

@ -29,5 +29,6 @@ const Label = React.forwardRef<HTMLLabelElement, LabelProps>((props, ref) => {
/>
);
});
Label.displayName = "Label";
export { Label };