파일 정리

This commit is contained in:
김창수 2024-10-11 17:59:32 +09:00
parent fc17388186
commit 899c620997
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ export default function MainPage() {
<Footer/>
{/* 비밀번호 변경팝업 */}
{/* <ChangePasswordPop/> */}
<ChangePasswordPop/>
</div>
)
}

View File

@ -409,7 +409,7 @@ export default function CanvasEstimate() {
<Footer/>
{/* 제품 특이사항 */}
{/* <ProductFeaturesPop/> */}
<ProductFeaturesPop/>
{/* 문서 다운로드 옵션 */}
<FileDownOptionPop/>