`putStrLn` return `IO<Unit>`... if I remove ...
# arrow
s
putStrLn
return
IO<Unit>
... if I remove
component1()
it doesn't get triggered ... any other way to trigger it?