const friends = useSelector((state) => state.friend.friends); const dispatch = useDispatch(); // ... useSelector 훅에 입력되는 함수를 선택자 ...
確定! 回上一頁