toes/apps/profile/index.tsx
2026-01-29 23:33:54 -08:00

8 lines
139 B
TypeScript

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