twifeur/pages/components/login.tsx
2024-05-24 02:04:48 +02:00

9 lines
No EOL
153 B
TypeScript

/** @jsx jsx */
import { jsx } from "https://deno.land/x/hono@v4.3.10/middleware.ts"
export default function Login() {
return (<div>
</div>)
}