4 lines
143 B
TypeScript
4 lines
143 B
TypeScript
|
|
export function ChatView() {
|
||
|
|
return <div className="flex-1 flex items-center justify-center text-zinc-500">选择或开始新对话</div>;
|
||
|
|
}
|