From 4fd1cac074fd486e89d78ca287ea4dac01f54378 Mon Sep 17 00:00:00 2001 From: Waleed Latif Date: Fri, 14 Feb 2025 22:59:23 -0800 Subject: [PATCH] npm run format --- components/ui/command.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/ui/command.tsx b/components/ui/command.tsx index 45e653fd39..27ac1e2fd3 100644 --- a/components/ui/command.tsx +++ b/components/ui/command.tsx @@ -18,6 +18,12 @@ import { cn } from '@/lib/utils' // This file is not typed correctly from shadcn, so we're disabling the type checker // @ts-nocheck +// This file is not typed correctly from shadcn, so we're disabling the type checker +// @ts-nocheck + +// This file is not typed correctly from shadcn, so we're disabling the type checker +// @ts-nocheck + const Command = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef & {