Skip to content

Commit 0567327

Browse files
add missing .js extension in import
1 parent f0f3739 commit 0567327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export * from "./cloudflare-context.js";
22
export * from "./config.js";
33
export { default as d1TagCache } from "./d1-tag-cache.js";
4-
export { default as kvIncrementalCache } from "./kv-cache";
4+
export { default as kvIncrementalCache } from "./kv-cache.js";
55
export { default as memoryQueue } from "./memory-queue.js";

0 commit comments

Comments
 (0)