use only unpkg/preact + htm consistently for all components
This commit is contained in:
@@ -16,7 +16,9 @@
|
||||
<div id="messages-only"></div>
|
||||
|
||||
<script type="module">
|
||||
import { render, html } from "https://unpkg.com/htm/preact/index.mjs?module";
|
||||
import { render, h } from 'https://unpkg.com/preact?module';
|
||||
import htm from 'https://unpkg.com/htm?module';
|
||||
const html = htm.bind(h);
|
||||
import StandaloneChat from './js/app-standalone-chat.js';
|
||||
|
||||
(function () {
|
||||
|
||||
Reference in New Issue
Block a user