Articles in this series
문제 // socialLoginButton.tsx interface Props { label: string; } const links = { kakao: "카카오", naver: "네이버", google: "구글", }; export default...