Removendo export default

This commit is contained in:
Leandro Costa 2023-01-27 09:30:10 -03:00
parent 50c52f72dc
commit 03f51f1520
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ import {
LhispOauthClientConstructorParams,
} from "./lhisp-oauth-client.t";
export default class LhispOauthClient {
export class LhispOauthClient {
protected authUrl: string;
protected apiUrl: string;
protected clientId: string;