import styled from 'styled-components'; import CheckboxComponent from './components/CheckboxComponent'; import checkboxStyle from './style'; const Checkbox = styled(CheckboxComponent)` ${checkboxStyle} `; export default Checkbox;