More componenet migration

This commit is contained in:
HarelM
2023-12-23 15:40:27 +02:00
parent 90b692158a
commit 08f7a427f6
3 changed files with 83 additions and 63 deletions
+1
View File
@@ -10,6 +10,7 @@ import IconMissing from './IconMissing'
type IconLayerProps = {
type: string
style?: object
className?: string
};
export default class IconLayer extends React.Component<IconLayerProps> {