Files
Users-Wrench/src/views/FamilyPastDuePage.jsx
T
2024-02-29 12:38:35 +01:00

11 lines
197 B
React

import React from 'react'
import FamilyPastDue from '../components/FamilyAcc/FamilyPastDue'
export default function FamilyPastDuePage() {
return (
<>
<FamilyPastDue />
</>
)
}