converts modules

This commit is contained in:
James
2020-11-20 14:29:49 -05:00
parent 7d411622c6
commit 1aaed161eb
16 changed files with 65 additions and 87 deletions

View File

@@ -34,4 +34,4 @@ class APIError extends ExtendableError {
}
}
module.exports = APIError;
export default APIError;