feature(dashboard): add integrations and notifications
This commit is contained in:
5
apps/dashboard/src/components/skeleton.tsx
Normal file
5
apps/dashboard/src/components/skeleton.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { cn } from '@/utils/cn';
|
||||
|
||||
export function Skeleton({ className }: { className?: string }) {
|
||||
return <div className={cn('animate-pulse rounded bg-def-200', className)} />;
|
||||
}
|
||||
Reference in New Issue
Block a user