diff --git a/src/components/App.tsx b/src/components/App.tsx index a810806..e995cb8 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -1,4 +1,5 @@ import { useBill } from "../hooks"; +import { BillHeader } from "./BillHeader"; import { BillItemRow } from "./BillItemRow"; import { BillSummary } from "./BillSummary"; import { ItemForm } from "./ItemForm"; @@ -17,6 +18,16 @@ export default function App() { return (
+ {new Date().toLocaleDateString("en-IN", { + day: "2-digit", + month: "long", + year: "numeric", + })} +
+