khronoz's picture
V.0.1.0 (#3)
caae15f unverified
raw
history blame
145 Bytes
"use client";
import ChatSection from "@/app/components/chat-section";
export default function Chat() {
return (
<ChatSection />
);
}