Trying to fix linting errors
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
interface ServiceIconProps {
|
||||
size: '100%' | number;
|
||||
service: string;
|
||||
}
|
||||
|
||||
export const AppIcon = ({ size }: ServiceIconProps) => null;
|
||||
|
||||
Reference in New Issue
Block a user