When importing a JS module generated by Gren, the exported applications is available under under a Gren prefix, like so:
Gren.Main.init
The Gren prefix makes sense when we're adding things directly onto the window object in the browser, but makes little sense otherwise.