import React from 'react'; import { Link } from 'gatsby'; const ExactLink = (props) => ( {props.children} ); export default function Navbar() { return ( ); }