const UsersList = ({ users }) => (

Users list

) const TodoList = ({ todos }) => (
);