react-router-dom의 hooks를 사용하여 경로를 설정
import { useHistory } from 'react-router-dom';
// 이미지 클릭하면 /main 이동 ~