1
0

CheckboxList.js 95 B

1234
  1. function CheckboxList() {
  2. return (<div>checkbox list</div>);
  3. }
  4. export default CheckboxList;