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