progress wip. separated out chat input component and its respective methods.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
<script type="module">
|
||||
import { render, html } from "https://unpkg.com/htm/preact/index.mjs?module";
|
||||
import { StandaloneChat } from './js/chat/standalone.js';
|
||||
import StandaloneChat from './js/chat/standalone.js';
|
||||
(function () {
|
||||
render(html`<${StandaloneChat} />`, document.getElementById("chat-container"));
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user