JC Brand преди 11 месеца
родител
ревизия
05e2116865
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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';