瀏覽代碼

Import from lit

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
  * @typedef {import('lit-html').TemplateResult} TemplateResult
  */
  */
-import { html } from 'lit-html';
+import { html } from 'lit';
 import { getOpenPromise } from '@converse/openpromise';
 import { getOpenPromise } from '@converse/openpromise';
 import { Modal } from "bootstrap";
 import { Modal } from "bootstrap";
 import { ElementView } from '@converse/skeletor';
 import { ElementView } from '@converse/skeletor';