From 2c03ee104d06e1be712356efa06a8b3cbe2d09dc Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Tue, 19 Mar 2024 19:24:29 +0000 Subject: refactor: Move landing page to its own app to deploy it separately --- apps/landing/lib/utils.ts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 apps/landing/lib/utils.ts (limited to 'apps/landing/lib/utils.ts') diff --git a/apps/landing/lib/utils.ts b/apps/landing/lib/utils.ts new file mode 100644 index 00000000..88283f01 --- /dev/null +++ b/apps/landing/lib/utils.ts @@ -0,0 +1,7 @@ +import type { ClassValue } from "clsx"; +import { clsx } from "clsx"; +import { twMerge } from "tailwind-merge"; + +export function cn(...inputs: ClassValue[]) { + return twMerge(clsx(inputs)); +} -- cgit v1.2.3-70-g09d2