created pages for family resources

This commit is contained in:
victorAnumudu
2024-03-01 18:49:23 +01:00
parent bbd100d04e
commit e01bfa369b
16 changed files with 546 additions and 24 deletions
+10
View File
@@ -0,0 +1,10 @@
import React from 'react'
import FamWorkInProgress from '../components/familyResources/FamWorkInProgress'
export default function FamWorkInProgressPage() {
return (
<>
<FamWorkInProgress />
</>
)
}