Add check box component

This commit is contained in:
Hazem Krimi
2021-04-07 23:20:03 +01:00
parent 443f69b5a8
commit f034c5e4cc
3 changed files with 11 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import { Wrapper } from './styles';
const CheckBox = () => {
return <Wrapper></Wrapper>;
};
export default CheckBox;