Merge branch 'master' of https://gitlab.chiefsoft.net/WrenchBoard/Users-Wrench into resources-page

This commit was merged in pull request #236.
This commit is contained in:
2023-07-02 17:40:38 +01:00
4 changed files with 31 additions and 27 deletions
+6 -6
View File
@@ -1,9 +1,9 @@
import FamilyManage from "../components/FamilyAcc/FamilyManage";
export default function FamilyManagePage() {
return (
<>
<FamilyManage />
</>
);
}
return (
<>
<FamilyManage />
</>
);
}