import React, { Component } from 'react'; import { Link } from 'react-router-dom'; import config from '../utils/config.json'; export default class Home extends Component { render() { let key = 0; const objKeys = Object.keys(config.social); const socialLinks = objKeys.map((val) => { const link = ( {val} ); key += 1; return link; }); socialLinks.push( e-mail , ); return (