import { Card, CardContent, CardFooter, CardHeader, } from "@/styles/base-rhea/ui/card" import { Skeleton } from "@/styles/base-rhea/ui/skeleton" const rows = [0, 1] export function SavingsTargets() { return (
{rows.map((row) => (
))}
) }