missing prop

This commit is contained in:
Rares Mardare 2022-08-26 13:01:36 +03:00
parent be212706d9
commit 821bcdec9a

View file

@ -7,6 +7,7 @@ import styles from 'components/Tag/Tag.module.css';
interface TagProps {
color: string;
className?: string;
children?: any;
}
const cx = cn.bind(styles);