Skip to content

Commit cb6cea7

Browse files
committed
added missing adapter default export
1 parent 7f56b7f commit cb6cea7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/index.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ import ApiMailAdapter from './ApiMailAdapter';
22
import ApiPayloadConverter from './ApiPayloadConverter';
33
import Errors from './Errors';
44

5-
module.exports = {
5+
export default ApiMailAdapter;
6+
export {
67
ApiPayloadConverter,
78
ApiMailAdapter,
8-
Errors
9+
Errors,
910
};

0 commit comments

Comments
 (0)