import MainLayout from 'src/layouts/MainLayout' import NewComment from 'src/components/NewComment' import Seo from 'src/components/Seo/Seo' const NewCommentPage = () => { return ( ) } export default NewCommentPage