SimpleChatTCRV:Cleanup importmap

Remove the unneeded , wrt last entry

Rather the import map isnt used currently, but certain entries
kept there for future, more as a reminder.
This commit is contained in:
hanishkvc 2025-11-24 21:45:42 +05:30
parent 143237a8d0
commit 1751ed1827
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"simplechat": "./simplechat.js",
"datautils": "./datautils.mjs",
"ui": "./ui.mjs",
"toolsmanager": "./tools.mjs",
"toolsmanager": "./tools.mjs"
}
}
</script>