refactor: useInviteLink

This commit is contained in:
Tristan Yang
2022-06-17 22:18:54 +08:00
parent 9a9fd75e0a
commit b25907f7fc
4 changed files with 16 additions and 22 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
/* eslint-disable no-undef */
import { useState, useEffect } from "react";
import { useState } from "react";
// import { useDispatch } from "react-redux";
// import { useNavigate } from "react-router-dom";
import toast from "react-hot-toast";
// import toast from "react-hot-toast";
import Input from "../../common/component/styled/Input";
import Button from "../../common/component/styled/Button";
// import { useSendMagicLinkMutation } from "../../app/services/auth";