Added report starter

This commit is contained in:
CHIEFSOFT\ameye
2026-01-03 11:04:15 -05:00
parent 064973e190
commit 756c084059
2 changed files with 11 additions and 7 deletions
@@ -0,0 +1,7 @@
import React from "react";
export default function PaymentReportTable() {
return (<>
Payment Table
</>)
}