Skip to content

Commit 20c2d54

Browse files
committed
fix import issue
1 parent 419a5f2 commit 20c2d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk-rtl/src/oauthSession.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
2525
*/
2626

27-
import type { ArgValues } from '..';
27+
import type { ArgValues } from './constants';
2828
import type { ICryptoHash } from './cryptoHash';
2929
import { OAuthSession } from './oauthSession';
3030
import type { IApiSection, IApiSettings } from './apiSettings';

0 commit comments

Comments
 (0)