♻️ Refactor and remove React.FC (#1139)

This commit is contained in:
Alejandra
2024-03-28 20:22:28 -05:00
committed by GitHub
parent 802eeeadc9
commit 6874db48b0
17 changed files with 31 additions and 45 deletions

View File

@@ -2,10 +2,10 @@ import { useNavigate } from "@tanstack/react-router"
import { useQuery } from "react-query"
import {
type Body_login_login_access_token as AccessToken,
LoginService,
type UserOut,
UsersService,
type Body_login_login_access_token as AccessToken,
type UserOut,
} from "../client"
const isLoggedIn = () => {