const ComponentTodo = ({ text }) => { return (
{text}
) } export default ComponentTodo