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

Hi there!

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