import { Skeleton } from "./ui/skeleton"; import { Card, CardContent, CardHeader } from "./ui/card"; export default function NotificationsSkeleton() { return (
{/* Test Notification Section Skeleton */}
{/* Notification Services Skeleton */}
{Array.from({ length: 3 }).map((_, i) => (
))}
{/* Notification Settings Skeleton */}
); }