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

@ -1,4 +1,4 @@
import classNames from 'classnames';
import classNames from 'clsx';
import React from 'react';
type SIZES = 0 | 0.5 | 1 | 1.5 | 2 | 3 | 4 | 5 | 10