Skip to content

Commit

Permalink
[#26] 함수형 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
03hoho03 committed Apr 7, 2024
1 parent db4d9b1 commit 1e14462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(route)/oauth/callback/kakao/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react'
import Callback from './_components/callback'

const page = () => {
function page() {
return (
<div>
<Callback />
Expand Down

0 comments on commit 1e14462

Please sign in to comment.