From 95bbe9c583ff841220da1267630e7b2025fc36dc Mon Sep 17 00:00:00 2001 From: dujinkim Date: Thu, 19 Jun 2025 09:44:28 +0000 Subject: (대표님) 20250619 1844 KST 작업사항 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/incoterms/table/incoterms-table-toolbar.tsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lib/incoterms/table/incoterms-table-toolbar.tsx (limited to 'lib/incoterms/table/incoterms-table-toolbar.tsx') diff --git a/lib/incoterms/table/incoterms-table-toolbar.tsx b/lib/incoterms/table/incoterms-table-toolbar.tsx new file mode 100644 index 00000000..b87982c9 --- /dev/null +++ b/lib/incoterms/table/incoterms-table-toolbar.tsx @@ -0,0 +1,16 @@ +"use client"; + +import * as React from "react"; +import { IncotermsAddDialog } from "./incoterms-add-dialog"; + +interface IncotermsTableToolbarProps { + onSuccess?: () => void; +} + +export function IncotermsTableToolbar({ onSuccess }: IncotermsTableToolbarProps) { + return ( +
+ +
+ ); +} \ No newline at end of file -- cgit v1.2.3