Removendo export default
This commit is contained in:
parent
50c52f72dc
commit
03f51f1520
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue