dev: added tailwind merge helper function (#2844)

This commit is contained in:
Aaryan Khandelwal 2023-11-23 17:21:47 +05:30 committed by sriram veeraghanta
parent fc523c6485
commit bf525aa2c4
5 changed files with 31 additions and 5 deletions

View file

@ -31,6 +31,7 @@
"@types/lodash.debounce": "^4.0.7",
"@types/react-datepicker": "^4.8.0",
"axios": "^1.1.3",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"date-fns": "^2.30.0",
"dotenv": "^16.0.3",
@ -55,6 +56,7 @@
"react-popper": "^2.3.0",
"sharp": "^0.32.1",
"swr": "^2.1.3",
"tailwind-merge": "^2.0.0",
"uuid": "^9.0.0"
},
"devDependencies": {