import Icon from 'shared/components/icon/index.js' import nav from 'site/prebuild/navigation.js' const TopLevel = ({ icon, title }) => ( {icon} {title} Getting started on Linux Getting started on Mac Getting started on Windows Pattern design tutorial ) const PrimaryMenu = props => { return ( } title='tutorials' /> } title='guides' /> } title='howtos' /> } title='reference' /> {Object.keys(nav[props.app.language])} ) } export default PrimaryMenu
{Object.keys(nav[props.app.language])}