import Link from 'next/link' export default function Other() { return (
Hello from Other Page Back
) }