import { Fragment } from 'react'; import HeadTag from '../components/HeadTag'; const Home = () => (
Home
); export default Home;