From 576959b7a1296970bb8a88ffba0cc57804d0e0a1 Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Fri, 18 Apr 2025 23:24:01 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E6=B5=8B=E8=AF=95=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/ui/App.jsx | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/client/ui/App.jsx b/client/ui/App.jsx index a35ad92..2c787b5 100644 --- a/client/ui/App.jsx +++ b/client/ui/App.jsx @@ -1,7 +1,22 @@ +import Message from "./chat/Message.js" +import MessageContainer from "./chat/MessageContainer.js" + export default function App() { return (
- + {/* + + Test + + + Test + + */}
) -} +} \ No newline at end of file