🎨 Format imports (#1140)

This commit is contained in:
Alejandra
2024-03-28 21:15:11 -05:00
committed by GitHub
parent cbd464cce5
commit 33fe25e332
8 changed files with 15 additions and 15 deletions

View File

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