()
| 12 | import useCustomToast from "./useCustomToast" |
| 13 | |
| 14 | const isLoggedIn = () => { |
| 15 | return localStorage.getItem("access_token") !== null |
| 16 | } |
| 17 | |
| 18 | const useAuth = () => { |
| 19 | const navigate = useNavigate() |
no outgoing calls
no test coverage detected