import type { FC } from "hono/jsx" export const Layout: FC = async ({ children, title }) => ( {title || "NOSE (Pluto)"}
{children}
)