♻️ Refactor and remove React.FC
(#1139)
This commit is contained in:
@@ -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 = () => {
|
||||
|
Reference in New Issue
Block a user