import React, { ReactElement } from 'react' import Publish from '../components/Publish' import Page from '@shared/Page' import content from '../../content/publish/index.json' import router from 'next/router' export default function PagePublish(): ReactElement { const { title, description } = content return ( ) }