feat: initial implementation of responsive app panes (#1198)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export const classNames = (...values: (string | boolean | undefined)[]): string => {
|
||||
return values.map((value) => (typeof value === 'string' ? value : null)).join(' ')
|
||||
}
|
||||
Reference in New Issue
Block a user