Update CreateEventType.tsx

tweak/gitignore-prisma-zod
zomars 2022-02-17 17:30:30 -07:00
parent 0a30970fb7
commit 13f1040de5
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import React, { useEffect } from "react";
import { useForm } from "react-hook-form";
import type { z } from "zod";
import { createEventTypeInput } from "@calcom/prisma/zod/eventtypeCustom";
import { createEventTypeInput } from "@calcom/prisma/zod-utils";
import { HttpError } from "@lib/core/http/error";
import { useLocale } from "@lib/hooks/useLocale";