搭建客服端基础框架:路由、侧边栏布局、客服工作台三栏页面
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
const ChatHistory = () => (
|
||||
<div className="h-full flex items-center justify-center text-neutral-400 text-center">
|
||||
<div><div className="text-lg mb-1">对话记录</div><div className="text-sm">开发中...</div></div>
|
||||
</div>
|
||||
)
|
||||
export default ChatHistory
|
||||
Reference in New Issue
Block a user