Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 2207 | Rev 2262 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2207 Rev 2261
Línea 11... Línea 11...
11
import styles from "./HomeSection.module.scss";
11
import styles from "./HomeSection.module.scss";
12
import { addNotification } from "../../../redux/notification/notification.actions";
12
import { addNotification } from "../../../redux/notification/notification.actions";
13
import ProfileInfo from "./ProfileInfo";
13
import ProfileInfo from "./ProfileInfo";
14
import SocialNetworks from "./SocialNetworks";
14
import SocialNetworks from "./SocialNetworks";
15
import HomeNews from "./HomeNews";
15
import HomeNews from "./HomeNews";
-
 
16
import Footer from "../../../shared/helpers/footer/Footer";
Línea 16... Línea 17...
16
 
17
 
17
const HomeSection = (props) => {
18
const HomeSection = (props) => {
18
  // props destructuring
19
  // props destructuring
Línea 52... Línea 53...
52
            <ShareFeed feedType={feedTypes.DASHBOARD} postUrl="/feed/add" />
53
            <ShareFeed feedType={feedTypes.DASHBOARD} postUrl="/feed/add" />
53
            <FeedSection
54
            <FeedSection
54
              routeTimeline={routeTimeline}
55
              routeTimeline={routeTimeline}
55
              feed={feed}
56
              feed={feed}
56
            />
57
            />
-
 
58
            <Footer />
57
            {/* <!--posts-section end--> */}
59
            {/* <!--posts-section end--> */}
58
          </div>
60
          </div>
59
          {/* <!-- CENTER COLUMN END --> */}
61
          {/* <!-- CENTER COLUMN END --> */}
Línea 60... Línea 62...
60
 
62