import { Cog8ToothIcon, DocumentIcon, TrashIcon } from "@heroicons/react/24/outline"; import { Bill } from "../lib/db-types"; import { FC } from "react"; import { ObjectId } from "mongodb"; export interface BillEditFormProps { invoiceID: string, bill: Bill } export const BillEditForm:FC = ({ bill: { name, paid } }) =>
{ // // // // 2023-22-12 document GSKG račun za 2023.pdf // }