import { SidePanelBody } from "~components/Sidepanel/Chat/body" import { SidepanelForm } from "~components/Sidepanel/Chat/form" import { SidepanelHeader } from "~components/Sidepanel/Chat/header" export const SidepanelChat = () => { return (
) }