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