diff --git a/apps/frontend/src/shared/ui/SkeletonBlock.tsx b/apps/frontend/src/shared/ui/SkeletonBlock.tsx deleted file mode 100644 index 0419c7f..0000000 --- a/apps/frontend/src/shared/ui/SkeletonBlock.tsx +++ /dev/null @@ -1,20 +0,0 @@ -export function SkeletonBlock({ - width, - height, - borderRadius = 4, -}: { - width?: string | number; - height?: string | number; - borderRadius?: number; -}) { - return ( -
- ); -}