- /juil/ 경로를 /construction/으로 변경 - 컴포넌트 폴더명 juil → construction 변경 - 컴포넌트명 Juil* → Construction* 변경 - 테스트 URL 페이지 경로 업데이트 - claudedocs 문서 경로 업데이트 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
4 lines
175 B
TypeScript
4 lines
175 B
TypeScript
export { default as PartnerListClient } from './PartnerListClient';
|
|
export { default as PartnerForm } from './PartnerForm';
|
|
export * from './types';
|
|
export * from './actions'; |