🎨 Rename "services" to "apps" in entire project
This commit is contained in:
6
src/components/Dashboard/Tiles/Apps/AppIcon.tsx
Normal file
6
src/components/Dashboard/Tiles/Apps/AppIcon.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
interface ServiceIconProps {
|
||||
size: '100%' | number;
|
||||
service: string;
|
||||
}
|
||||
|
||||
export const AppIcon = ({ size }: ServiceIconProps) => null;
|
||||
Reference in New Issue
Block a user