toes/apps/profile/index.tsx
Chris Wanstrath fa459c45eb hot
2026-01-27 15:57:50 -08:00

8 lines
130 B
TypeScript

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