From 560f74134d30004a98553bf59c9e079fc57ce2dd Mon Sep 17 00:00:00 2001 From: zmeyer44 Date: Tue, 24 Oct 2023 13:37:15 -0400 Subject: [PATCH] testing --- components/Modals/CreateCalendarEvent.tsx | 6 ++++-- components/ui/command.tsx | 2 +- components/ui/input.tsx | 18 +++++++++--------- components/ui/textarea.tsx | 18 +++++++++--------- components/ui/time-picker.tsx | 5 ++++- 5 files changed, 27 insertions(+), 22 deletions(-) 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 (