summaryrefslogtreecommitdiff
path: root/components/common/project/index.ts
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-09-22 12:17:48 +0900
committerjoonhoekim <26rote@gmail.com>2025-09-22 12:17:48 +0900
commitbd3df05b4bdc07cef1bd79cf23c08a757e9ee6eb (patch)
treeaa726fc9dce49e3d346f0fdde282b6726ad1d815 /components/common/project/index.ts
parent087fc383a662d45a69b5971a6ad821209bcbaf5b (diff)
(김준회) AVL 수정요구 처리
- 제목추가 - 프로젝트선택기
Diffstat (limited to 'components/common/project/index.ts')
-rw-r--r--components/common/project/index.ts10
1 files changed, 10 insertions, 0 deletions
diff --git a/components/common/project/index.ts b/components/common/project/index.ts
new file mode 100644
index 00000000..a5531f1b
--- /dev/null
+++ b/components/common/project/index.ts
@@ -0,0 +1,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'