Files
Users-Wrench/src/views/FamilyManagePage.jsx
T
CHIEFSOFT\ameye 931a67bf36 manage family
2023-05-20 04:38:35 -04:00

10 lines
185 B
React

import FamilyManage from "../components/FamilyAcc/FamilyManage";
export default function FamilyManagePage() {
return (
<>
<FamilyManage />
</>
);
}