mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2026-06-12 00:45:23 -04:00
add viewProfile example
This commit is contained in:
committed by
lucas-neynar
parent
7cde86a049
commit
805036bdaf
@@ -0,0 +1,6 @@
|
||||
import { clsx, type ClassValue } from "clsx"
|
||||
import { twMerge } from "tailwind-merge"
|
||||
|
||||
export function cn(...inputs: ClassValue[]) {
|
||||
return twMerge(clsx(inputs))
|
||||
}
|
||||
Reference in New Issue
Block a user