mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-12 22:26:12 -05:00
update validators location
This commit is contained in:
@@ -30,12 +30,12 @@ import {
|
||||
useUpdateUserProfileMutation,
|
||||
} from "generated/graphql";
|
||||
import { getToastOptions } from "lib/getToastOptions";
|
||||
import { Controller, useForm } from "react-hook-form";
|
||||
import { FaGamepad, FaTwitch, FaTwitter, FaYoutube } from "react-icons/fa";
|
||||
import {
|
||||
profileSchemaFrontend,
|
||||
PROFILE_CHARACTER_LIMIT,
|
||||
} from "validators/profile";
|
||||
} from "lib/validators/profile";
|
||||
import { Controller, useForm } from "react-hook-form";
|
||||
import { FaGamepad, FaTwitch, FaTwitter, FaYoutube } from "react-icons/fa";
|
||||
import * as z from "zod";
|
||||
|
||||
const sensOptions = [
|
||||
|
||||
Reference in New Issue
Block a user