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

My Profile!!!

)) export default app.defaults