Skip to content

Commit

Permalink
duplicate import
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoertl committed Aug 14, 2024
1 parent 96bf74b commit 6393b75
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/utils/tanstack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ import { type ClassValue, clsx } from "clsx";
import { twMerge } from "tailwind-merge";
import type { Ref } from "vue";

export function cn(...inputs: Array<ClassValue>) {
return twMerge(clsx(inputs));
}

// eslint-disable-next-line
export function valueUpdater<T extends Updater<any>>(updaterOrValue: T, ref: Ref) {
Expand Down

0 comments on commit 6393b75

Please sign in to comment.