From 9295c91b03233af35b6f3798c22fff1df254691c Mon Sep 17 00:00:00 2001 From: Dave Smith-Hayes Date: Mon, 30 Sep 2024 22:10:35 -0400 Subject: [PATCH] Update the chat app import --- chat-app/frontend/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat-app/frontend/index.js b/chat-app/frontend/index.js index 1506099..b050264 100644 --- a/chat-app/frontend/index.js +++ b/chat-app/frontend/index.js @@ -1,5 +1,5 @@ import m from "mithril"; -import { ChatApp } from "./ChatApp"; +import { ChatApp } from "./components/ChatApp"; const localState = { messages: []