diff --git a/src/inverse-client.ts b/src/inverse-client.ts index 0d2ccb3..0767feb 100644 --- a/src/inverse-client.ts +++ b/src/inverse-client.ts @@ -1,9 +1,9 @@ import { AxiosRequestConfig } from 'axios'; import { GenericAPIResponse, getBaseRESTInverseUrl, RestClientInverseOptions } from './util/requestUtils'; import RequestWrapper from './util/requestWrapper'; -import { SharedEndpoints } from './shared-endpoints'; +import SharedEndpoints from './shared-endpoints'; -export default class InverseClient extends SharedEndpoints { +export class InverseClient extends SharedEndpoints { protected requestWrapper: RequestWrapper; /**