diff --git a/src/components/App.tsx b/src/components/App.tsx index e995cb8..050b8ad 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -1,4 +1,5 @@ import { useBill } from "../hooks"; +import { generatePDF } from "../utils"; import { BillHeader } from "./BillHeader"; import { BillItemRow } from "./BillItemRow"; import { BillSummary } from "./BillSummary"; @@ -45,6 +46,15 @@ export default function App() { + {computedBill.items.length > 0 && ( + + )} + {computedBill.items.length > 0 && (