Skip to content

Commit

Permalink
🔥 Remove unuseless code
Browse files Browse the repository at this point in the history
  • Loading branch information
anxiubin committed Dec 18, 2023
1 parent 8bd36f6 commit 35a67ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/features/auth/widgets/register-form/RegisterForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import { useToast } from "@/components/ui/use-toast"
import { useNavigate } from "react-router-dom"
import { ApolloError } from "@apollo/client"
import { CustomGraphQLError } from "@/types/graphql"
import ErrorMessage from "@/components/ErrorMessage"

const formSchema = z.object({
email: z.string().email(),
Expand Down

0 comments on commit 35a67ce

Please sign in to comment.