import Image from 'next/image' const Page = () => { return (
should fail
) } export default Page