EraCode practice

Default vs Named Imports: Fix the Component Import

React.jsintermediateMulti-Part

Summary

Quick check on ES module import shapes in a React codebase: identify correct import usage and patch a single broken import so the app renders.

Problem preview

### Goal A React component fails to render because one import doesn’t match how the module exports it. - Make the app render **"Hello, Ada"**. - Change **only the single import line** marked in the t…

Attempt this challenge

Sign in to attempt the full challenge with timed AI grading, hints, and test feedback.