diff --git a/p2p-safe-swap/app/page.tsx b/p2p-safe-swap/app/page.tsx index 3f36f7c..c84d120 100644 --- a/p2p-safe-swap/app/page.tsx +++ b/p2p-safe-swap/app/page.tsx @@ -1,9 +1,20 @@ import Image from "next/image"; +import { DateGroupHeader } from "@/frontend/components/ui/date-group-header"; export default function Home() { return (
+ {/* DateGroupHeader verification */} +
+ +
Transaction A · $50.00
+
Transaction B · $20.00
+ +
Transaction C · $75.00
+ +
Transaction D · $10.00
+
+ + {label} + +
+
+ ); +}