It’s possible to remove ‘tpl’ not found error by these steps.

This happeining maybe the below reasons
- If we need to overlap the entire page, then add that filename to the ns.package.json file and include it in the distro.json.
- If we need to extend the section, there is no need to add the file to the
ns.package.json, but rather add the filename to thedistro.json. Updating the filename in thens.package.jsonwill result in a ‘NO FILE FOR MODULE’ error while deploying the section.
