import Link from 'next/link' import dynamic from 'next/dynamic' const DynamicComponent = dynamic(import('../components/hello')) export default () => (
Go Back
)