`backend` 옆에 `front` 가 있을 이유가 없었다. negosium 의 negodata/front 를 그대로 베꼈고 그게 왜 front 인지는 따져보지 않았다 — 근거 없이 들여온 이름이라 바로잡는다. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019uYhHQdssRubirPirrdJJC
11 lines
669 B
TypeScript
11 lines
669 B
TypeScript
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';
|