Issue to be solved
Our Cadence tutorials in the playground and possibly other resources teach to import contracts with:
import Contract from 0xDeployerAddress
This doesn't work when working locally, you must use:
import "Contract"
The existing error message should be updated to provide clarity:

Suggested Solution
No response
Issue to be solved
Our Cadence tutorials in the playground and possibly other resources teach to import contracts with:
import Contract from 0xDeployerAddress
This doesn't work when working locally, you must use:
import "Contract"
The existing error message should be updated to provide clarity:
Suggested Solution
No response