From 083ea5bd19172381bb53e95aaf98eaabef839c54 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Tue, 6 Feb 2024 12:26:29 +0000 Subject: Move the web app into a subdir --- lib/utils.ts | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 lib/utils.ts (limited to 'lib/utils.ts') diff --git a/lib/utils.ts b/lib/utils.ts deleted file mode 100644 index d084ccad..00000000 --- a/lib/utils.ts +++ /dev/null @@ -1,6 +0,0 @@ -import { type ClassValue, clsx } from "clsx" -import { twMerge } from "tailwind-merge" - -export function cn(...inputs: ClassValue[]) { - return twMerge(clsx(inputs)) -} -- cgit v1.2.3-70-g09d2