### 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_