New invoice bug fix
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import InvoiceForm from "~/components/forms/invoice-form";
|
||||
|
||||
export default function NewInvoicePage() {
|
||||
return <InvoiceForm />;
|
||||
}
|
||||
Reference in New Issue
Block a user