'use strict'; module.exports = app; function app() { return 'Hello from app'; }