first commit

This commit is contained in:
Romulus21
2021-12-17 15:37:05 +01:00
commit 2d49672d20
43 changed files with 39806 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
export function classNames() {
// console.log(Object.values(arguments), Object.values(arguments).join(' '));
return Object.values(arguments).join(' ')
}