feat: add single file upload
This commit is contained in:
parent
e9923e8220
commit
7216f40bee
22 changed files with 1671 additions and 4 deletions
8
utils/classnames.ts
Normal file
8
utils/classnames.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { twMerge } from 'tailwind-merge'
|
||||
import cn from 'classnames'
|
||||
|
||||
const classNames = (...cls: cn.ArgumentArray) => {
|
||||
return twMerge(cn(cls))
|
||||
}
|
||||
|
||||
export default classNames
|
||||
Loading…
Add table
Add a link
Reference in a new issue