import Link from 'next/link' const Another = () => (
Hello +
Hello Complex
) export default Another