From 4f17ea61cbb11a72712a1ea8c98904a1cc513e41 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sun, 14 Apr 2024 00:51:56 +0300 Subject: feature(web): Allow changing the bookmark grid layout (#98) --- .../dashboard/bookmarks/BookmarkCardSkeleton.tsx | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 apps/web/components/dashboard/bookmarks/BookmarkCardSkeleton.tsx (limited to 'apps/web/components/dashboard/bookmarks/BookmarkCardSkeleton.tsx') diff --git a/apps/web/components/dashboard/bookmarks/BookmarkCardSkeleton.tsx b/apps/web/components/dashboard/bookmarks/BookmarkCardSkeleton.tsx deleted file mode 100644 index 026b8d37..00000000 --- a/apps/web/components/dashboard/bookmarks/BookmarkCardSkeleton.tsx +++ /dev/null @@ -1,30 +0,0 @@ -import { - ImageCard, - ImageCardBanner, - ImageCardBody, - ImageCardContent, - ImageCardFooter, - ImageCardTitle, -} from "@/components/ui/imageCard"; -import { Skeleton } from "@/components/ui/skeleton"; - -export default function BookmarkCardSkeleton() { - return ( - - - - - - - - - - - - - ); -} -- cgit v1.2.3-70-g09d2