From 4c15b99d9586aa48693213c78c02fba4639ebb85 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Tue, 1 Jul 2025 11:47:47 +0000 Subject: (최겸) 인포메이션 기능 수정 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../table/information-table-toolbar-actions.tsx | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 lib/information/table/information-table-toolbar-actions.tsx (limited to 'lib/information/table/information-table-toolbar-actions.tsx') diff --git a/lib/information/table/information-table-toolbar-actions.tsx b/lib/information/table/information-table-toolbar-actions.tsx deleted file mode 100644 index 5d8fff3a..00000000 --- a/lib/information/table/information-table-toolbar-actions.tsx +++ /dev/null @@ -1,25 +0,0 @@ -"use client" - -import { type Table } from "@tanstack/react-table" -import { Plus } from "lucide-react" - -import { Button } from "@/components/ui/button" -import type { PageInformation } from "@/db/schema/information" - -interface InformationTableToolbarActionsProps { - table: Table - onAdd: () => void -} - -export function InformationTableToolbarActions({ - onAdd, -}: InformationTableToolbarActionsProps) { - return ( -
- -
- ) -} \ No newline at end of file -- cgit v1.2.3