From a6445297dfa7bc8d341ebcf72368d410bae20605 Mon Sep 17 00:00:00 2001 From: mihna123 Date: Sun, 24 May 2026 18:28:59 +0200 Subject: style: use single quotes everywhere --- src/components/ui/button.tsx | 6 +++--- src/components/ui/input.tsx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/components/ui') diff --git a/src/components/ui/button.tsx b/src/components/ui/button.tsx index 32b9aac..29768f6 100644 --- a/src/components/ui/button.tsx +++ b/src/components/ui/button.tsx @@ -1,13 +1,13 @@ -import { cn } from "@/utils/cn"; +import { cn } from '@/utils/cn'; export const Button = ({ className, ...props -}: React.ComponentPropsWithRef<"button">) => { +}: React.ComponentPropsWithRef<'button'>) => { return (