hts/apps/migrant/app/[locale]/morphic/page.tsx

10 lines
145 B
TypeScript

'use client'
import { Chat } from '@/components/mpv2/chat'
export const runtime = 'edge'
export default function Page() {
return <Chat />
}