import React from 'react'; import { FooterDropDownSection, FooterLinkList, FooterSection } from 'react-mdl'; import { NavLink } from 'react-router-dom'; import { baseRoutes as routes } from './routes'; export const FooterMenu = () => ( {routes.map(item => ( {item.title} ))} GitHub Node.js Java Go Ruby Python .Net Core );