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