Hoe activities

This commit is contained in:
CHIEFSOFT\ameye
2023-09-03 16:34:19 -04:00
parent a615e25fcb
commit 51e0482a16
3 changed files with 14 additions and 69 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import FamilyDash from "./FamilyDash";
import FullAccountDash from "./FullAccountDash";
export default function Home(props) {
console.log("PROPS IN HOME->", props);
// console.log("PROPS IN HOME->", props);
const userApi = new usersService();
const { commonHeadBanner } = useSelector((state) => state.commonHeadBanner);