- OpenProof v0.9.4 · AGPL-3.0 + OpenProof v0.9.6 · AGPL-3.0
{/* Kovina wordmark — visible on all devices */} diff --git a/src/app/bundle/[hash]/bundle-explorer-client.tsx b/src/app/bundle/[hash]/bundle-explorer-client.tsx index 5ca37a4..adf0f29 100644 --- a/src/app/bundle/[hash]/bundle-explorer-client.tsx +++ b/src/app/bundle/[hash]/bundle-explorer-client.tsx @@ -13,7 +13,6 @@ import { normalizeClientError } from "@/lib/errors"; import { addressExplorerUrl, transactionExplorerUrl } from "@/lib/explorer"; import { isBytes32Hash, readOnchainProof, type OnchainProof } from "@/lib/proofs"; import { formatLocalTimestamp } from "@/lib/time"; -import { hasBundleManifest } from "@/lib/bundle-storage"; // ── Bundle file type ── type BundleFileEntry = { diff --git a/src/components/pwa-shell.tsx b/src/components/pwa-shell.tsx index d736b59..33b54d0 100644 --- a/src/components/pwa-shell.tsx +++ b/src/components/pwa-shell.tsx @@ -20,6 +20,15 @@ export function PwaShell({ children }: { children: React.ReactNode }) { return (