A data table with a caption, header row, and a footer total row for listing invoices and their statuses.
import Table01 from "@/components/ui/table-01"; export default function Default() { return ( <div className="flex w-full items-center justify-center p-8"> <Table01 /> </div> ); }