SimpleChatTC:IndexHTML:Fix a oversight with new module added

Add forgotten to add , after simplechat entry.

Currently I am not strictly using the importmap feature, so the
error didnt create any problem, but the error was there which has
been fixed.
This commit is contained in:
hanishkvc 2025-11-06 23:44:11 +05:30
parent f7cff8232d
commit 899dff4eb4
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<script type="importmap">
{
"imports": {
"simplechat": "./simplechat.js"
"simplechat": "./simplechat.js",
"datautils": "./datautils.mjs",
"ui": "./ui.mjs"
}