<script>
  import ChattApp from "./chat-app.js"
  
  let app = new ChattApp()
  app.setupUI()
</script>