import React from 'react' import Link from 'next/link' const OtherPage = () => (

Other Page

Get back to "/"
) export default OtherPage