Skip to content

Commit

Permalink
fix cn
Browse files Browse the repository at this point in the history
  • Loading branch information
djobbo committed Mar 15, 2024
1 parent dc4c52e commit d2d0336
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 97 deletions.
3 changes: 1 addition & 2 deletions packages/common/helpers/classnames.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import classnames from "classnames"

// @ts-expect-error bruh
export const cn = classnames
export const cn: typeof classnames = classnames
Loading

0 comments on commit d2d0336

Please sign in to comment.