reorganize js files

This commit is contained in:
Ginger Wong
2020-08-23 19:06:58 -07:00
parent 786b4c04fa
commit 4b28ed8f25
20 changed files with 316 additions and 594 deletions
+1 -1
View File
@@ -19,7 +19,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/standalone-chat-app.js';
const messagesOnly = false;