import React from "react";
import { InvoiceList } from "@/pages/InvoiceList";
export default function Proforma() {
    return <InvoiceList type="proforma" title="Proforma Invoices" subtitle="Pre-sale estimates — convert to final tax invoice on confirmation." newPath="/proforma/new" viewPath="/proforma" />;
}
