Seed: landing template (12 files)

This commit is contained in:
2026-07-23 22:09:15 +00:00
parent 8a40adfa46
commit bfb4dd2ac3
+3
View File
@@ -0,0 +1,3 @@
export function cn(...inputs: Array<string | number | null | undefined | false>) {
return inputs.filter(Boolean).join(" ");
}