import { Trans } from "@lingui/macro"; import Link from "next/link"; const Two = () => (
Page two.{" "} Back home
); export default Two;