aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils.ts
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-06-26 22:01:38 -0700
committerPinapelz <yukais@pinapelz.com>2024-06-26 22:01:38 -0700
commit7c3f1298095727fcacdc903fa79369d5624bf3df (patch)
tree45ec08396c69916971a60965c08255f7c8e0b613 /src/lib/utils.ts
parent5f58260a7602494f21969fd917a0a984ae9d714d (diff)
lint project
Diffstat (limited to 'src/lib/utils.ts')
-rw-r--r--src/lib/utils.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/utils.ts b/src/lib/utils.ts
index d084cca..ac680b3 100644
--- a/src/lib/utils.ts
+++ b/src/lib/utils.ts
@@ -1,6 +1,6 @@
-import { type ClassValue, clsx } from "clsx"
-import { twMerge } from "tailwind-merge"
+import { type ClassValue, clsx } from "clsx";
+import { twMerge } from "tailwind-merge";
export function cn(...inputs: ClassValue[]) {
- return twMerge(clsx(inputs))
+ return twMerge(clsx(inputs));
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage