toes/apps/profile/index.tsx
Chris Wanstrath 1ec012338f TOES
2026-01-27 14:46:09 -08:00

11 lines
150 B
TypeScript

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