mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 14:30:02 -04:00
fix recursive import
This commit is contained in:
parent
3100d07609
commit
cd1128c896
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import { URLMeta, rewriteUrl } from "./url";
|
|||
import { rewriteCss } from "./css";
|
||||
import { rewriteJs } from "./js";
|
||||
import { CookieStore } from "../cookie";
|
||||
import { unrewriteBlob } from "../../shared";
|
||||
import { unrewriteBlob } from "../../shared/rewriters/url";
|
||||
|
||||
export function rewriteHtml(
|
||||
html: string,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue