6 lines
116 B
TypeScript
6 lines
116 B
TypeScript
import { SimpleChat } from "@/components/simple-chat";
|
|
|
|
export default function Home() {
|
|
return <SimpleChat />;
|
|
}
|