diff --git a/components/Modals/CreateCalendarEvent.tsx b/components/Modals/CreateCalendarEvent.tsx index 1e20e9a..dcb0511 100644 --- a/components/Modals/CreateCalendarEvent.tsx +++ b/components/Modals/CreateCalendarEvent.tsx @@ -189,7 +189,8 @@ export default function CreateCalendarEventModal() { hideIcon={true} /> setStartDate( @@ -228,7 +229,8 @@ export default function CreateCalendarEventModal() { hideIcon={true} /> setEndDate( diff --git a/components/ui/command.tsx b/components/ui/command.tsx index 6397547..ed72b41 100644 --- a/components/ui/command.tsx +++ b/components/ui/command.tsx @@ -46,7 +46,7 @@ const CommandInput = React.forwardRef< {} @@ -11,15 +11,15 @@ const Input = React.forwardRef( - ) - } -) -Input.displayName = "Input" + ); + }, +); +Input.displayName = "Input"; -export { Input } +export { Input }; diff --git a/components/ui/textarea.tsx b/components/ui/textarea.tsx index d1258e4..ca48443 100644 --- a/components/ui/textarea.tsx +++ b/components/ui/textarea.tsx @@ -1,6 +1,6 @@ -import * as React from "react" +import * as React from "react"; -import { cn } from "@/lib/utils" +import { cn } from "@/lib/utils"; export interface TextareaProps extends React.TextareaHTMLAttributes {} @@ -10,15 +10,15 @@ const Textarea = React.forwardRef( return (