File size: 145 Bytes
0702eb8
 
 
 
 
 
 
caae15f
0702eb8
 
1
2
3
4
5
6
7
8
9
10
11
"use client";

import ChatSection from "@/app/components/chat-section";

export default function Chat() {

  return (
    <ChatSection />
  );
}