Skip to content

Commit

Permalink
[#15] 파일 명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hanseulhee committed Apr 6, 2024
1 parent 49983ab commit 8519e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(route)/signin/_components/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { useRouter } from 'next/navigation'
import { useEffect } from 'react'
import { RiKakaoTalkFill } from 'react-icons/ri'
import rocketLogo from '../../../_assets/_images/rocketLogo.png'
import styles from '../signin.module.css'
import styles from '../Signin.module.css'

function Login() {
const router = useRouter()
Expand Down

0 comments on commit 8519e94

Please sign in to comment.