import { Button } from "@/components/ui/button" import { Skeleton } from "@/components/ui/skeleton" import { Download, Plus } from "lucide-react" export default function Loading() { return ( <> Transactions Export Add Transaction {[...Array(20)].map((_, i) => ( ))} > ) }