**Page Router -> App Router 마이그레이션 방법** - https://nextjs.org/docs/pages/building-your-application/upgrading/app-router-migration#step-1-creating-the-app-directory **Emotion.js는 서버 컴포넌트를 지원하지 않는다.** - https://github.com/emotion-js/emotion/issues/2978 - https://velog.io/@gene028/classpick-%EA%B0%9C%EB%B0%9C%EC%9D%BC%EC%A7%80-1-Next.js13%EC%9C%BC%EB%A1%9C-%EB%A7%88%EC%9D%B4%EA%B7%B8%EB%A0%88%EC%9D%B4%EC%85%98%ED%95%98%EA%B8%B0-emotion%EC%9D%B4-%EC%95%88%EB%90%9C%EB%8B%A4%EA%B3%A0 - 아직 미지원, 사용하려면 클라이언트 컴포넌트를 사용해야 한다. - 때문에 Next.js 운영진들이 Tailwind CSS를 추천하더라..
Page Router -> App Router 마이그레이션 방법
Emotion.js는 서버 컴포넌트를 지원하지 않는다.