Switch to ESM (#2138)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
(function() {
|
||||
var template = Handlebars.template, templates = CustomNamespace.templates = CustomNamespace.templates || {};
|
||||
templates['empty'] = template({"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
|
||||
return "";
|
||||
},"useData":true});
|
||||
})();
|
||||
Reference in New Issue
Block a user