mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
fix imports
This commit is contained in:
parent
82a95e71b0
commit
20caf32b5b
17 changed files with 46 additions and 40 deletions
|
@ -1,4 +1,4 @@
|
|||
import { encodeUrl, rewriteCss, rewriteHtml, rewriteJs, rewriteSrcset } from "./index";
|
||||
import { encodeUrl, rewriteCss, rewriteHtml, rewriteJs, rewriteSrcset } from "./shared";
|
||||
|
||||
const attrObject = {
|
||||
"nonce": [HTMLElement],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue