diff --git a/bun.lockb b/bun.lockb index 8fd4ca8a..89155be2 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/src/app/(dashboard)/app/_components/module-card.tsx b/src/app/(dashboard)/app/_components/module-card.tsx index dea4535c..637cb23b 100644 --- a/src/app/(dashboard)/app/_components/module-card.tsx +++ b/src/app/(dashboard)/app/_components/module-card.tsx @@ -1,5 +1,6 @@ import { convertHexToRGBA } from '@/lib/colors'; import { Icon, type IconNames } from '@/primitives/icon'; +import { Skeleton } from '@/primitives/skeleton'; import Link from 'next/link'; import colors, { zinc } from 'tailwindcss/colors'; @@ -41,3 +42,13 @@ export function ModuleCard({ ); } + +ModuleCard.Skeleton = function ModuleCardSkeleton() { + return ( +