import { Hype } from 'hype' const app = new Hype app.get('/', c => c.html(

My Profile!!!

)) export default app.defaults