aboutsummaryrefslogtreecommitdiff
path: root/ext/js/templates
diff options
context:
space:
mode:
authorDarius Jahandarie <djahandarie@gmail.com>2023-11-10 08:53:18 +0900
committerGitHub <noreply@github.com>2023-11-10 08:53:18 +0900
commit2cd7b14333a727418584d95c71ee6cb10b9a4197 (patch)
tree839f379feabe210433278974a975297cec46a97e /ext/js/templates
parentc25e4c959e226174ff286ab7523eabcc55496bbb (diff)
parent41cff833abdfc4f8ca9b8d426c1b382891fcf934 (diff)
Merge pull request #311 from jbukl/pw-esm-fix
Diffstat (limited to 'ext/js/templates')
-rw-r--r--ext/js/templates/sandbox/template-renderer-media-provider.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/js/templates/sandbox/template-renderer-media-provider.js b/ext/js/templates/sandbox/template-renderer-media-provider.js
index 9d77dd1f..33ddec21 100644
--- a/ext/js/templates/sandbox/template-renderer-media-provider.js
+++ b/ext/js/templates/sandbox/template-renderer-media-provider.js
@@ -16,9 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
-/* global
- * Handlebars
- */
+import {Handlebars} from '../../../lib/handlebars.js';
export class TemplateRendererMediaProvider {
constructor() {