Hi,
I am going by this AEM documentation for adding "Dependencies" in HTL Javascript file. HTL JavaScript Use-API .

This is how I am trying to access dependent js file.

When I add dependency i.e. MyUtils.js file in my javascript I get below error:
org.apache.sling.scripting.sightly.SightlyException: javax.script.ScriptException: Failure running script /apps/social/samples/components/mainmastertemplate/mainmastertemplate.js: Required script resource could not be located: ./MyUtils.js. The caller is /apps/social/samples/components/mainmastertemplate/mainmastertemplate.js
What's the correct way to access "Dependencies" in HTL js file?
Regards,
Ganesh