TomatitoToho's picture
Deploy Minecraft Clone - GLM Edition - Voxel sandbox with Three.js + Next.js
f97c45f verified
Raw
History Blame Contribute Delete
166 Bytes
import { clsx, type ClassValue } from "clsx"
import { twMerge } from "tailwind-merge"
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs))
}