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

My Profile!!!

)) app.get('/ok', c => c.text('ok')) export default app.defaults