Replace classnames with clsx

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2022-08-31 11:35:06 +02:00
parent 7f99568c73
commit 03d6211e1c
114 changed files with 118 additions and 112 deletions

View File

@ -146,6 +146,7 @@ module.exports = {
'node_modules',
],
alias: {
'classnames': 'clsx',
'icons': resolve('app', 'icons'),
'custom': resolve('custom'),
},