From 11f83b98ef95b820a912f4cd9c9d014ded5560b8 Mon Sep 17 00:00:00 2001 From: "cyril.tsui" Date: Thu, 25 Apr 2024 18:44:13 +0800 Subject: [PATCH] update --- src/components/CreateInvoice/CreateInvoice.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";