Skip to content

Commit

Permalink
fix: Do not mix named and default exports
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaccormack committed Jun 13, 2020
1 parent 60cf88e commit dd772ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JsonURL.js
Expand Up @@ -973,4 +973,4 @@ class JsonURL {
}
}

export { JsonURL as default, JsonURL };
export { JsonURL as default };

0 comments on commit dd772ca

Please sign in to comment.