switch to modified idb-map

This commit is contained in:
Percs 2024-07-20 04:06:50 -05:00
parent e7a5361cd8
commit 38130176bb
4 changed files with 11 additions and 11 deletions

View file

@ -1,5 +1,5 @@
import { BareResponseFetch } from "@mercuryworkshop/bare-mux";
import IDBMap from "@webreflection/idb-map";
import IDBMap from "idb-map-entries";
import { ParseResultType } from "parse-domain";
import { ScramjetServiceWorker } from ".";
import { renderError } from "./error";