Cleanup
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { clsx } from "clsx";
|
||||
import type { ClassValue } from "clsx";
|
||||
import { twMerge } from "tailwind-merge";
|
||||
import { clsx } from 'clsx';
|
||||
import type { ClassValue } from 'clsx';
|
||||
import { twMerge } from 'tailwind-merge';
|
||||
|
||||
export function cn(...inputs: ClassValue[]) {
|
||||
return twMerge(clsx(inputs));
|
||||
|
||||
1
packages/ui/src/utils/index.ts
Normal file
1
packages/ui/src/utils/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from './cn';
|
||||
Reference in New Issue
Block a user