summaryrefslogtreecommitdiff
path: root/components/common/project/index.ts
diff options
context:
space:
mode:
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'