// 위저드 단계는 주소창이 소유한다 — 화면을 고르는 쪽(BuilderPage)이 이 계약을 읽는다. export {defaultStep, EDITOR_STEP, useWizardStep, type WizardStep} from './wizardUrl'; export {Step1Industry} from './Step1Industry'; export {Step2PlaceSearch} from './Step2PlaceSearch'; export {Step3DataReview} from './Step3DataReview'; export {Step4Template} from './Step4Template'; export {Step5Generating} from './Step5Generating'; // 재수집 패널은 위저드 밖(사업장 상세 · 빌더 에디터)에서 쓰지만 배선(useCollectFlow)이 // 여기 있어서 같이 둔다 — 수집 경로를 두 곳으로 쪼개지 않는다. export {RecollectPanel} from './RecollectPanel'; // 붙여넣기 패널도 위저드 밖에서 쓴다 — 자동 수집이 못 채운 업소의 폴백 입구다. export {PasteFactsPanel} from './PasteFactsPanel';