/** @jsx jsx */ import { PropsWithChildren, jsx, Fragment } from "https://deno.land/x/hono@v4.3.10/middleware.ts" import { _css } from "../../lib/utils.ts"; export default function Main({ children }: PropsWithChildren) { return (
{children}
) }