init
This commit is contained in:
11
src/features/chat/components/chat-view-page.tsx
Normal file
11
src/features/chat/components/chat-view-page.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
'use client';
|
||||
|
||||
import { Messenger } from './messenger';
|
||||
|
||||
export default function ChatViewPage() {
|
||||
return (
|
||||
<div className='flex min-h-0 flex-1 px-4 py-2 md:px-6'>
|
||||
<Messenger />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user