Update the chat app import

This commit is contained in:
Dave Smith-Hayes 2024-09-30 22:10:35 -04:00
parent b9d9988550
commit 9295c91b03

View File

@ -1,5 +1,5 @@
import m from "mithril"; import m from "mithril";
import { ChatApp } from "./ChatApp"; import { ChatApp } from "./components/ChatApp";
const localState = { const localState = {
messages: [] messages: []