import React from 'react'; class ItemInput extends React.Component{ //Will call function in DynamicTodoList to add items render(){ return(
); } } export default ItemInput