// a page not using i18next - no hoc - not t function import React from 'react' import Link from 'next/link' export default () => { return (

Hello Page 3

back
) }