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