🎨 Format and lint (#1243)

This commit is contained in:
Alejandra
2024-06-27 16:38:45 -05:00
committed by GitHub
parent 7a4f98c445
commit a578dffcae
2 changed files with 6 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ import { useMutation, useQueryClient } from "@tanstack/react-query"
import React from "react"
import { useForm } from "react-hook-form"
import { UsersService, type ApiError } from "../../client"
import { type ApiError, UsersService } from "../../client"
import useAuth from "../../hooks/useAuth"
import useCustomToast from "../../hooks/useCustomToast"