EraCode practice

Path Aliases: Clean Imports in a Next.js App

Next.jsintermediateMulti-Part

Summary

Practice a focused Next.js modules/imports skill: using a TypeScript path alias to avoid brittle relative imports.

Problem preview

### Goal Fix a single import so it uses an existing path alias instead of a deep relative path. - The project already defines an alias that points to . - Update **only the import line marked TODO** s…

Attempt this challenge

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

Path Aliases: Clean Imports in a Next.js App | Next.js practice | EraCode