import {app, Component} from 'ktv' class Home extends Component({ data() { return {title: 'Singing never stops'} } }) app.get('/', Home)