Trying to fix linting errors

This commit is contained in:
ajnart
2022-12-22 11:45:48 +09:00
parent e982515bb5
commit 93fc011879
10 changed files with 7 additions and 327 deletions

View File

@@ -1,6 +1,5 @@
interface ServiceIconProps {
size: '100%' | number;
service: string;
}
export const AppIcon = ({ size }: ServiceIconProps) => null;