mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-22 21:54:45 +08:00
5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
export function MessageListSkeleton() {
|
|
// TODO: Add a loading state
|
|
return null;
|
|
}
|