diff --git a/app/(route)/oauth/callback/kakao/page.tsx b/app/(route)/oauth/callback/kakao/page.tsx index 713991c..7ad6da7 100644 --- a/app/(route)/oauth/callback/kakao/page.tsx +++ b/app/(route)/oauth/callback/kakao/page.tsx @@ -1,7 +1,7 @@ import React from 'react' import Callback from './_components/callback' -const page = () => { +function page() { return (