Skip to content

Commit fcdd1a4

Browse files
author
Giedrius Grabauskas
committed
Fixed export.
1 parent adeb0ca commit fcdd1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

empty.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export function fetch(uri) {
1+
exports.fetch = function(uri) {
22
return "";
33
}

0 commit comments

Comments
 (0)