Skip to content

Commit

Permalink
Update index.js with proper file path
Browse files Browse the repository at this point in the history
  • Loading branch information
devanp92 authored Oct 23, 2017
1 parent 8829900 commit 835f99b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/helpers/classes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const EmailAddress = require('./email-address');
const Mail = require('./mail');
const Personalization = require('./personalization');
const ResponseError = require('./response-error');
const stats = require('./stats');
const Statistics = require('./statistics');

/**
* Export
Expand All @@ -19,5 +19,5 @@ module.exports = {
Mail,
Personalization,
ResponseError,
Stats,
Statistics,
};

0 comments on commit 835f99b

Please sign in to comment.