import { Button } from "@/components/ui/button" import { Input } from "@/components/ui/input" import { Download, Filter, Plus, Upload } from "lucide-react" interface Props { onClickNew: () => void } const ActionTable = ({ onClickNew }: Props) => { return (