質問編集履歴

1

added

2023/02/20 10:13

投稿

Tomato_leaf
Tomato_leaf

スコア173

test CHANGED
File without changes
test CHANGED
@@ -34,6 +34,10 @@
34
34
  ```React.js
35
35
 
36
36
  const Login = () => {
37
+ //ここ追記
38
+ const dispatch = useDispatch();
39
+ const [cookies, setCookie] = useCookies();
40
+ const { register, handleSubmit, watch, errors } = useForm();
37
41
 
38
42
  const [hub, setHub] = useState();
39
43
  const [hub2, setHub2] = useState();