5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
export function MessageListSkeleton() {
|
|
// TODO: Add a loading state
|
|
return null;
|
|
}
|