Skip to content

Commit 28b842c

Browse files
committed
y
1 parent b73bb38 commit 28b842c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

transform.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
import type { MixinLoader } from "./module.ts";
77

8-
// @deno-types="./util.ts"
9-
import { fetchText } from "./util.js";
8+
// @deno-types="./util/fetch.ts"
9+
import { fetchText } from "./util/fetch.js";
1010

1111
const MimeTypes = {
1212
".js": "application/javascript",

0 commit comments

Comments
 (0)