summaryrefslogtreecommitdiff
path: root/components/common/project/index.ts
blob: a5531f1b5f937000581f7f86676769b85f381b67 (plain)
1
2
3
4
5
6
7
8
9
10
// 공용 프로젝트 관련 컴포넌트 및 서비스
export { UnifiedProjectSelector } from './unified-project-selector'
export type { UnifiedProjectSelectorProps } from './unified-project-selector'
export { 
  searchUnifiedProjects, 
  getProjectInfoByCode,
  type UnifiedProject,
  type ProjectSearchOptions,
  type ProjectInfo
} from './project-service'