import { Button } from "@/components/ui/button" import { Skeleton } from "@/components/ui/skeleton" import { Download, Loader2, Plus } from "lucide-react" export default function Loading() { return ( <>

Transactions

{[...Array(15)].map((_, i) => ( ))}
) }