Removendo export default
This commit is contained in:
parent
50c52f72dc
commit
03f51f1520
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
import axios from 'axios';
|
import axios from 'axios';
|
||||||
import LhispOauthClient from "../src/lhisp-oauth-client";
|
import { LhispOauthClient } from "../src/lhisp-oauth-client";
|
||||||
import { ContentType, LhispOauthClientConstructorParams } from '../src/lhisp-oauth-client.t';
|
import { ContentType, LhispOauthClientConstructorParams } from '../src/lhisp-oauth-client.t';
|
||||||
|
|
||||||
// Mock jest and set the type
|
// Mock jest and set the type
|
||||||
|
|
|
@ -10,7 +10,7 @@ import {
|
||||||
LhispOauthClientConstructorParams,
|
LhispOauthClientConstructorParams,
|
||||||
} from "./lhisp-oauth-client.t";
|
} from "./lhisp-oauth-client.t";
|
||||||
|
|
||||||
export default class LhispOauthClient {
|
export class LhispOauthClient {
|
||||||
protected authUrl: string;
|
protected authUrl: string;
|
||||||
protected apiUrl: string;
|
protected apiUrl: string;
|
||||||
protected clientId: string;
|
protected clientId: string;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue