test: 测试消息组件

This commit is contained in:
CrescentLeaf
2025-04-18 23:24:01 +08:00
parent fc2ba807c8
commit 576959b7a1

View File

@@ -1,7 +1,22 @@
import Message from "./chat/Message.js"
import MessageContainer from "./chat/MessageContainer.js"
export default function App() {
return (
<div>
{/* <MessageContainer>
<Message
nickname="Fey"
avatar="https://www.court-records.net/mugshot/aa6-004-maya.png">
Test
</Message>
<Message
direction="right"
nickname="Fey"
avatar="https://www.court-records.net/mugshot/aa6-004-maya.png">
Test
</Message>
</MessageContainer> */}
</div>
)
}
}