chore: remove universal chat code (#2194)

This commit is contained in:
Joel
2024-01-25 11:47:35 +08:00
committed by GitHub
parent 77636945fb
commit bec998ab94
26 changed files with 10 additions and 1720 deletions

View File

@@ -1,13 +0,0 @@
import type { FC } from 'react'
import React from 'react'
import UniversalChat from '@/app/components/explore/universal-chat'
const Chat: FC = () => {
return (
<div className='h-full p-2'>
<UniversalChat />
</div>
)
}
export default React.memo(Chat)