refactor: rename

This commit is contained in:
Henry Li
2026-01-17 00:05:19 +08:00
parent 9d64c7e076
commit 4613d6e16e
7 changed files with 19 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
export function MessageListSkeleton() {
// TODO: Add a loading state
return null;
}