import React from 'react' import { Helmet } from 'react-helmet' const getTypekitScript = () => ( ) export default function Typekit() { return ( {getTypekitScript()} ) }