Browse Source

Import from lit

JC Brand 11 tháng trước cách đây
mục cha
commit
05e2116865
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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';