import ChatList from '@components/chats/chatList'; import { Disclosure } from '@headlessui/react'; import { NavArrowUp } from 'iconoir-react'; export default function Chats() { return ( {({ open }) => (

Chats

)}
); }