// modules/vibecoder/src/surfaces/VibeCoderRightCurtain.tsx // // VibeCoderRightCurtain — Surface 3 (right) of the VibeCoder workspace. // Hosts the InspectorPanel (6-mode inspector: editor / ast / props // / state / logs / metadata). // // Standalone-only path. FVS mounts InspectorPanel as a Backstage // card; here the right curtain IS the inspector. import * as React from 'react'; import { InspectorProvider, InspectorPanel } from '../inspector'; export function VibeCoderRightCurtain(): React.ReactElement { return (