From fb156d213c8ed42cc8240fbad883e69d85178413 Mon Sep 17 00:00:00 2001 From: rlaks5757 Date: Fri, 28 Mar 2025 12:23:10 +0900 Subject: Revert "Merge branch 'dev' into feature/kiman" This reverts commit 7a477a0a5675902714579f5441129436eb61b942, reversing changes made to 5521051fa5524dc41f902bf2d990a236d6c471c0. --- lib/poa/table/poa-table-toolbar-actions.tsx | 45 ----------------------------- 1 file changed, 45 deletions(-) delete mode 100644 lib/poa/table/poa-table-toolbar-actions.tsx (limited to 'lib/poa/table/poa-table-toolbar-actions.tsx') diff --git a/lib/poa/table/poa-table-toolbar-actions.tsx b/lib/poa/table/poa-table-toolbar-actions.tsx deleted file mode 100644 index 97a9cc55..00000000 --- a/lib/poa/table/poa-table-toolbar-actions.tsx +++ /dev/null @@ -1,45 +0,0 @@ -"use client" - -import * as React from "react" -import { type Table } from "@tanstack/react-table" -import { Download, RefreshCcw } from "lucide-react" - -import { exportTableToExcel } from "@/lib/export" -import { Button } from "@/components/ui/button" -import { POADetail } from "@/db/schema/contract" - -interface ItemsTableToolbarActionsProps { - table: Table -} - -export function PoaTableToolbarActions({ table }: ItemsTableToolbarActionsProps) { - return ( -
- {/** Refresh 버튼 */} - - - {/** Export 버튼 */} - -
- ) -} \ No newline at end of file -- cgit v1.2.3