import { Context } from "https://deno.land/x/hono@v4.3.10/mod.ts"; import { Env } from "https://deno.land/x/hono@v4.3.10/mod.ts"; import { BlankInput } from "https://deno.land/x/hono@v4.3.10/types.ts"; export function login_route(context: Context) { return context.text("E"); }