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