We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b63681a commit df06ee1Copy full SHA for df06ee1
packages/uikit-workshop/src/scripts/components/panels-viewer.js
@@ -3,7 +3,7 @@
3
*/
4
/* eslint-disable no-param-reassign, no-unused-vars */
5
6
-import Handlebars from 'handlebars';
+import Handlebars from 'handlebars/dist/cjs/handlebars';
7
import pretty from 'pretty';
8
import { html, render } from 'lit-html';
9
import { unsafeHTML } from 'lit-html/directives/unsafe-html.js';
0 commit comments