toes/apps/profile/20260130-000000/index.tsx
Chris Wanstrath ebf3ffc3af spicy
2026-01-30 16:16:59 -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