import type { FC } from 'react'; import { ApplicationLayout } from '../../layouts/ApplicationLayout'; import * as styles from './ContactMe.css'; export const ContactMe: FC = () => ( );