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