mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 21:58:31 +00:00
4 lines
120 B
JavaScript
4 lines
120 B
JavaScript
// utility for combining class names
|
|
export function cn(...classNameStrings) {
|
|
return classNameStrings.join(' ')
|
|
} |