import Link from 'next/link' import tabs from '../data/tabs.json' import constants from '../constants.json' export default function Layout (props) { let href = props.route if (href === '/' || href === '') { href = 'index' } return (