Refactor: 훅 이름 수정

This commit is contained in:
정현조 2024-09-24 17:40:19 +09:00
parent ae95045c5e
commit a91c74b42f

View File

@ -1,4 +1,4 @@
import useHandleOAuthCallback from '@/hooks/useOAuthCallbackHooks';
import useHandleOAuthCallback from '@/hooks/useOAuthCallback';
import { useNavigate } from 'react-router-dom';
import { useEffect } from 'react';
import useAuthStore from '@/stores/useAuthStore';