Browse Source

Import from lit

JC Brand 11 months ago
parent
commit
05e2116865
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/plugins/modal/modal.js

+ 1 - 1
src/plugins/modal/modal.js

@@ -1,7 +1,7 @@
 /**
  * @typedef {import('lit-html').TemplateResult} TemplateResult
  */
-import { html } from 'lit-html';
+import { html } from 'lit';
 import { getOpenPromise } from '@converse/openpromise';
 import { Modal } from "bootstrap";
 import { ElementView } from '@converse/skeletor';