import { BotDashboardChannelTopicDrawers } from './dashboard-drawers/BotDashboardChannelTopicDrawers';
import { BotDashboardOperationsDrawers } from './dashboard-drawers/BotDashboardOperationsDrawers';
import { BotDashboardPrimaryDrawers } from './dashboard-drawers/BotDashboardPrimaryDrawers';
import type { BotDashboardConfigDrawersProps } from './dashboard-drawers/types';
export function BotDashboardConfigDrawers(props: BotDashboardConfigDrawersProps) {
return (
<>
>
);
}