task-b complate
This commit is contained in:
9
src/app/dashboard/chat/page.tsx
Normal file
9
src/app/dashboard/chat/page.tsx
Normal 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 />;
|
||||
}
|
||||
Reference in New Issue
Block a user