7/19주요 활동오전공용 모달창 컴포넌트 테스트빌드오류 경험 및 해결You cannot have two parallel pages that resolve to the same path. Please check /(global)/page and /(modal-test)/page. Refer to the route group docs for more information: https://nextjs.org/docs/app/building-your-application/routing/route-groupsglobal)도 ()로 묶여 있고, (modal-test)도 ()로 묶여 있어서 둘 다 최종적으로 URL 경로상으로는 / 로 해석되어서 발생하는 문제 였음.폴더명으로도 빌드 오류가 날 수 있다는 것을 배우고 ..