diff --git a/src/components/App.tsx b/src/components/App.tsx index 8384a30..a810806 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -1,5 +1,6 @@ import { useBill } from "../hooks"; import { BillItemRow } from "./BillItemRow"; +import { BillSummary } from "./BillSummary"; import { ItemForm } from "./ItemForm"; export default function App() { @@ -31,6 +32,8 @@ export default function App() { )} + + {computedBill.items.length > 0 && (