Skip to content

Commit

Permalink
added new contant file for tweets
Browse files Browse the repository at this point in the history
Signed-off-by: ab7022 <[email protected]>
  • Loading branch information
ab7022 committed Dec 4, 2024
1 parent 7daf822 commit 235984a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/utils.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import clsx, { ClassValue } from "clsx";
import { twMerge } from "tailwind-merge";

export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs));
}
}

0 comments on commit 235984a

Please sign in to comment.