erm what the sigma
This commit is contained in:
15
app/dashboard/chats/loading.tsx
Normal file
15
app/dashboard/chats/loading.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
import Layout from "@/components/layout/layout";
|
||||
import PageLoading from "@/components/dashboard/page-loading";
|
||||
|
||||
export default function ChatsLoading() {
|
||||
return (
|
||||
<Layout>
|
||||
<PageLoading
|
||||
title="Loading conversations..."
|
||||
subtitle="Please wait while we fetch your chat messages"
|
||||
layout="list"
|
||||
itemsCount={7}
|
||||
/>
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user