Back to Withastro

No import found for component.

src/content/docs/en/reference/errors/no-matching-import.mdx

latest402 B
Original Source

import DontEditWarning from '~/components/DontEditWarning.astro'

<DontEditWarning />

NoMatchingImport: Could not render COMPONENT_NAME. No matching import has been found for COMPONENT_NAME.

What went wrong?

No import statement was found for one of the components. If there is an import statement, make sure you are using the same identifier in both the imports and the component usage.