소스 검색

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