fix build error

This commit is contained in:
daniel31x13
2024-09-04 22:29:54 -04:00
parent 3e077fa247
commit 40bb3e6fae
2 changed files with 22 additions and 16 deletions
+2
View File
@@ -13,4 +13,6 @@ const Icon = forwardRef<SVGSVGElement, Props>(({ icon, ...rest }, ref) => {
} else return <IconComponent ref={ref} {...rest} />;
});
Icon.displayName = "Icon";
export default Icon;