🎨 Format frontend (#1161)

This commit is contained in:
Alejandra
2024-04-08 15:49:22 -05:00
committed by GitHub
parent 98bd7e6350
commit ccd85b098b
17 changed files with 17 additions and 17 deletions

View File

@@ -14,8 +14,8 @@ import {
ModalHeader,
ModalOverlay,
} from "@chakra-ui/react"
import { type SubmitHandler, useForm } from "react-hook-form"
import { useMutation, useQueryClient } from "@tanstack/react-query"
import { type SubmitHandler, useForm } from "react-hook-form"
import { type UserCreate, UsersService } from "../../client"
import type { ApiError } from "../../client/core/ApiError"

View File

@@ -14,8 +14,8 @@ import {
ModalHeader,
ModalOverlay,
} from "@chakra-ui/react"
import { type SubmitHandler, useForm } from "react-hook-form"
import { useMutation, useQueryClient } from "@tanstack/react-query"
import { type SubmitHandler, useForm } from "react-hook-form"
import {
type ApiError,