feat: add react-scan in dev
This commit is contained in:
parent
665509e710
commit
0f75636342
8 changed files with 577 additions and 133 deletions
|
|
@ -2,3 +2,4 @@ import { type ClassValue, clsx } from 'clsx';
|
|||
import { twMerge } from 'tailwind-merge';
|
||||
|
||||
export const cn = (...inputs: ClassValue[]) => twMerge(clsx(inputs));
|
||||
export default cn;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue