Hook up 'x' remove button; rename ListItem component.

This commit is contained in:
kialam
2019-01-14 09:45:49 -05:00
parent c5cd659c83
commit 215c23609c
5 changed files with 26 additions and 16 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
import ListItem from './ListItem';
import CheckboxListItem from './CheckboxListItem';
export default ListItem;
export default CheckboxListItem;