From ffcbfc5b71e03fd05328eb0ef16e7a30be85f8a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Huy=20H=C3=A0?= Date: Fri, 16 Feb 2024 21:13:01 +0700 Subject: [PATCH] create/update auction form --- frontend/web-app/app/auctions/_common/AuctionForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/web-app/app/auctions/_common/AuctionForm.tsx b/frontend/web-app/app/auctions/_common/AuctionForm.tsx index 4a6838f..dba50c5 100644 --- a/frontend/web-app/app/auctions/_common/AuctionForm.tsx +++ b/frontend/web-app/app/auctions/_common/AuctionForm.tsx @@ -2,7 +2,7 @@ import { FormDatePicker } from "@/app/_components/FormDatePicker"; import { FormTextInput } from "@/app/_components/FormTextInput"; -import { create } from "@/app/actions/auction-action"; +import { create } from "@/app/_actions/auction-action"; import { Form } from "@/components/ui/form"; import { formSchema } from "@/schema/schema"; import { ItemDTO } from "@/types/search";