I am learning and building a simple todo app with compound components. (dot notation)
function Todo({children}) { return {children} }