fromis_9/frontend-temp/src/components/pc/admin/common/index.js
caadiq f436cf4367 refactor: AlbumForm.jsx 분리 - CustomSelect, TrackItem 컴포넌트 추출
- CustomSelect.jsx 추출 → common/ (재사용 가능한 드롭다운)
- TrackItem.jsx 추출 → album/ (트랙 입력 폼)
- AlbumForm.jsx: 631줄 → 443줄 (188줄 감소)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 23:39:44 +09:00

5 lines
284 B
JavaScript

export { default as ConfirmDialog } from './ConfirmDialog';
export { default as CustomSelect } from './CustomSelect';
export { default as DatePicker } from './DatePicker';
export { default as TimePicker } from './TimePicker';
export { default as NumberPicker } from './NumberPicker';