Seed: music template (13 files)

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