export default class Greeting { getMessage() { return 'Hello from the ES2015 class'; } }