import Canvas from './Canvas'; import type { StageMode } from '@/lib/types/stage'; import { ScreenCanvas } from './ScreenCanvas'; /** * Slide Editor - wraps Canvas with SceneProvider */ export function SlideEditor({ mode }: { readonly mode: StageMode }) { return (