소스 추가

This commit is contained in:
hyojun.choi 2025-02-07 15:25:11 +09:00
parent d2df59e37f
commit 0299977c94

View File

@ -33,6 +33,7 @@ export default function RoofAllocationSetting(props) {
handleChangeLayout,
currentRoofList,
handleChangeInput,
handleChangePitch,
} = useRoofAllocationSetting(id)
const pitchText = useRecoilValue(pitchTextSelector)
const { findCommonCode } = useCommonCode()