/** * 화면 임베딩 및 데이터 전달 시스템 컴포넌트 */ export { EmbeddedScreen } from "./EmbeddedScreen"; export { ScreenSplitPanel } from "./ScreenSplitPanel";