Línea 1... |
Línea 1... |
1 |
/* eslint-disable react/prop-types */
|
1 |
/* eslint-disable react/prop-types */
|
2 |
import React, { useEffect, useState, useRef } from "react";
|
2 |
import React, { useEffect, useState, useRef } from "react";
|
3 |
import SocialNetworks from "../../../dashboard/components/home-section/SocialNetworks";
|
3 |
import SocialNetworks from "../../../../dashboard/components/home-section/SocialNetworks";
|
4 |
import ProfileInfo from "../../../dashboard/components/home-section/ProfileInfo";
|
4 |
import ProfileInfo from "../../../../dashboard/components/home-section/ProfileInfo";
|
5 |
import MyGroups from "../../../shared/helpers/my-groups-helper/MyGroups";
|
5 |
import MyGroups from "../../../../shared/helpers/my-groups-helper/MyGroups";
|
6 |
import SuggestedGroupsHelper from "../../../shared/helpers/suggested-groups-helper/SuggestedGroupsHelper";
|
6 |
import SuggestedGroupsHelper from "../../../../shared/helpers/suggested-groups-helper/SuggestedGroupsHelper";
|
Línea 7... |
Línea 7... |
7 |
|
7 |
|
Línea 8... |
Línea 8... |
8 |
const ResponsiveNavbar = ({ show, navbarVars }) => {
|
8 |
const ResponsiveNavbar = ({ show, navbarVars }) => {
|
9 |
|
9 |
|