diff --git a/pages/[user]/book.tsx b/pages/[user]/book.tsx index bce1c3ac93..34ebdbf84c 100644 --- a/pages/[user]/book.tsx +++ b/pages/[user]/book.tsx @@ -16,7 +16,6 @@ import Button from "../../components/ui/Button"; import { EventTypeCustomInputType } from "../../lib/eventTypeInput"; import Theme from "@components/Theme"; import { ReactMultiEmail, isEmail } from 'react-multi-email'; -// import 'react-multi-email/style.css'; dayjs.extend(utc); dayjs.extend(timezone);