task-b complate

This commit is contained in:
phaichayon
2026-06-11 16:55:45 +07:00
parent 7a390cf0df
commit 67545d9295
135 changed files with 3295 additions and 6385 deletions

View File

@@ -0,0 +1,9 @@
import ChatViewPage from '@/features/chat/components/chat-view-page';
export const metadata = {
title: 'Dashboard: Chat'
};
export default function Page() {
return <ChatViewPage />;
}