import type { VFC } from 'react' import { SEO } from '@components/common' const Head: VFC = () => { return ( ) } export default Head