Files
sam-react-prod/src/components/business/construction/handover-report/index.ts
byeongcheolryu 387672b5b2 refactor(WEB): URL 경로 juil → construction 변경
- /juil/ 경로를 /construction/으로 변경
- 컴포넌트 폴더명 juil → construction 변경
- 컴포넌트명 Juil* → Construction* 변경
- 테스트 URL 페이지 경로 업데이트
- claudedocs 문서 경로 업데이트

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-08 17:13:22 +09:00

5 lines
241 B
TypeScript

export { default as HandoverReportListClient } from './HandoverReportListClient';
export { default as HandoverReportDetailForm } from './HandoverReportDetailForm';
export * from './types';
export * from './actions';
export * from './modals';