import { CollapsiblePanel, CollapsiblePanelProps } from './CollapsiblePanel' import { AstExplorer } from './AstExplorer' import { EngineCommands } from './EngineCommands' export const DebugPanel = ({ className, ...props }: CollapsiblePanelProps) => { return (
) }