프레임워크 특성상 파일 위치는 페이지 대상이 되는 폴더 안에 넣어야 한다.
"use client"; export default function ErrorOMG() { return <h1>Error OMG</h1>; }