diff --git a/src/components/CreateInvoice/CreateInvoice.tsx b/src/components/CreateInvoice/CreateInvoice.tsx index df8ce7c..84f0350 100644 --- a/src/components/CreateInvoice/CreateInvoice.tsx +++ b/src/components/CreateInvoice/CreateInvoice.tsx @@ -17,7 +17,7 @@ import { } from "react-hook-form"; import { useSearchParams } from 'next/navigation' import { InvoiceResult } from "@/app/api/invoices"; -import { InvoiceInformation, fetchInvoiceInfoById, fetchProjectInvoiceById, genInvoice } from "@/app/api/invoices/actions"; +import { InvoiceInformation, fetchInvoiceInfoById, fetchProjectInvoiceById } from "@/app/api/invoices/actions"; import InvoiceDetails from "./InvoiceDetails"; import ProjectDetails from "./ProjectDetails"; import ProjectTotalFee from "./ProjectTotalFee";