I've created a NextJS project, but I'm not able to import the Image
component. I've already imported other components from NextJS (e.g. Head
, Link
, etc.) and everything works fine. Now, I'm having troubles with the Image
component.
Does anyone know what is going on here?