add: chat page
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
'use client';
|
||||
|
||||
import React from 'react'
|
||||
|
||||
type Props = object
|
||||
|
||||
function ChatIndex({ }: Props) {
|
||||
|
||||
return (
|
||||
<section className='h-full pb-8'>
|
||||
TODO
|
||||
</section>
|
||||
)
|
||||
}
|
||||
|
||||
export default ChatIndex
|
||||
Reference in New Issue
Block a user