fix: bad import
This commit is contained in:
parent
f287e0793f
commit
4797ea7be2
|
@ -1,4 +1,4 @@
|
||||||
import AccountApi from 'src/account.js';
|
import AccountApi from './account.js';
|
||||||
|
|
||||||
export class Sdk {
|
export class Sdk {
|
||||||
private apiUrl: string;
|
private apiUrl: string;
|
||||||
|
|
Loading…
Reference in New Issue