variable Suspenseimport { Suspense } from "https://deno.land/x/hono@v4.0.6/jsx/dom/index.ts"; typeFC<PropsWithChildren<{ fallback: any; }>>