Imports using a ` instead of " or ' will throw an error example: ```js import(`./something.js`); ``` Error thrown: ``` TypeError: Cannot read property 'replace' of undefined ```