more pages created for family banner links

This commit was merged in pull request #599.
This commit is contained in:
victorAnumudu
2024-02-29 12:38:35 +01:00
parent 29812e9265
commit 2521fbc1d8
5 changed files with 78 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
import React from 'react'
import FamilyPastDue from '../components/FamilyAcc/FamilyPastDue'
export default function FamilyPastDuePage() {
return (
<>
<FamilyPastDue />
</>
)
}
+10
View File
@@ -0,0 +1,10 @@
import React from 'react'
import FamilyPending from '../components/FamilyAcc/FamilyPendingOffer'
export default function FamilyPendingOfferPage() {
return (
<>
<FamilyPending />
</>
)
}