Skip to content

Commit

Permalink
Revert "fix: sdk generation for fiddle not working"
Browse files Browse the repository at this point in the history
This reverts commit 601a320.
  • Loading branch information
dsinghvi committed Oct 12, 2024
1 parent 601a320 commit f400c56
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/ui/fern-dashboard/src/lib/utils.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { type ClassValue, clsx } from "clsx"
import { twMerge } from "tailwind-merge"

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

0 comments on commit f400c56

Please sign in to comment.