#Unable to render .mdx with component

1 messages · Page 1 of 1 (latest)

languid tree
#

try

import ProjectImage from "../../components/ProjectImage.astro"
arctic lion
#

I just tried that, and I got the same error, but now I tried it again and I got a different error:
Cannot find module '[object Object]' imported from '/Users/../ProjectImage.astro

languid tree
#

To import astro components you don't need to put a specific name between {}, i mean, you can import the component with any name

#

for the error let me see