# Chat App

<script>
import {createChat} from "./src/chat-app.js"
createChat()
</script>
