removes import / export from src

This commit is contained in:
James
2020-01-21 12:46:27 -05:00
parent 57aa1a7dec
commit e6e0b7a524
64 changed files with 296 additions and 258 deletions

View File

@@ -1,4 +1,4 @@
import httpStatus from 'http-status';
const httpStatus = require('http-status');
/**
* @extends Error
@@ -31,4 +31,4 @@ class APIError extends ExtendableError {
}
}
export default APIError;
module.exports = APIError;