From f0598ed85e286c9b334342fff664d01c95924b2e Mon Sep 17 00:00:00 2001 From: Steve Dogiakos Date: Thu, 6 Feb 2025 17:17:01 -0700 Subject: [PATCH] clarified paths and added lib/utils.ts folder --- components/ui/button.tsx | 1 - components/ui/card.tsx | 1 - components/ui/input.tsx | 1 - components/ui/label.tsx | 1 - components/ui/select.tsx | 1 - components/ui/toast.tsx | 1 - components/ui/toaster.tsx | 24 +++++++++--------------- components/ui/use-toast.tsx | 15 +++++++-------- lib/utils.ts | 3 +++ tsconfig.json | 12 +++++------- 10 files changed, 24 insertions(+), 36 deletions(-) create mode 100644 lib/utils.ts diff --git a/components/ui/button.tsx b/components/ui/button.tsx index 52c1c8c..04b0efa 100644 --- a/components/ui/button.tsx +++ b/components/ui/button.tsx @@ -3,4 +3,3 @@ import { ButtonHTMLAttributes } from "react" export function Button(props: ButtonHTMLAttributes) { return