toes/apps/basic/20260130-000000/index.tsx
Chris Wanstrath ebf3ffc3af spicy
2026-01-30 16:16:59 -08:00

11 lines
159 B
TypeScript

import { Hype } from '@because/hype'
const app = new Hype
app.get('/', c => c.html(<h1>Hi there!</h1>))
const apps = () => {
}
export default app.defaults