import { createContext } from 'react'; // Context that lets each WizardStep render content into the wizard // shell's right pane via a portal — without lifting per-step data // fetching up to the page. The shell sets `rightPaneEl` to the // `