Seed: landing-page template (12 files)
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
export function cn(...inputs: Array<string | number | null | undefined | false>) {
|
||||||
|
return inputs.filter(Boolean).join(" ");
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user