khronoz's picture
Moved 'Header' & 'Main' component to layout
af5678c
raw
history blame
145 Bytes
"use client";
import ChatSection from "@/app/components/chat-section";
export default function Chat() {
return (
<ChatSection />
);
}