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