import styles from '@styles/Home.module.css' import NewPost from '@components/new-post' import Header from '@components/header' import PageSeo from '@components/page-seo' import { Page } from '@geist-ui/core' import Head from 'next/head' const New = () => { return ( {/* TODO: solve this. */} {/* eslint-disable-next-line @next/next/no-css-tags */} ) } export default New