Added family pending component

This commit was merged in pull request #260.
This commit is contained in:
2023-07-06 15:02:26 +01:00
parent e68603d836
commit a868713ae3
5 changed files with 216 additions and 25 deletions
+2
View File
@@ -2,6 +2,7 @@ import FamilyAccount from "./FamilyAccount";
import FamilyProfile from "./FamilyProfile";
import FamilyTasks from "./FamilyTasks";
import FamilyWaitlist from "./FamilyWaitlist";
import FamilyPending from "./FamilyPending";
import ProfileInfo from "./ProfileInfo";
export {
@@ -9,5 +10,6 @@ export {
FamilyProfile,
FamilyTasks,
FamilyWaitlist,
FamilyPending,
ProfileInfo,
};