Skip to content

Commit

Permalink
Fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
arhtudormorar committed Nov 1, 2024
1 parent 189085e commit 53e1dc3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/reduxStore/commonActions.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { IframeLoginTypes } from '@multiversx/sdk-web-wallet-iframe-provider/out/constants';
import { createAction } from '@reduxjs/toolkit';
import { LOGIN_ACTION_NAME, LOGOUT_ACTION_NAME } from 'constants/index';
import { IframeLoginTypes } from 'lib/sdkWebWalletIframeProvider';
Expand Down
1 change: 0 additions & 1 deletion src/reduxStore/slices/loginInfoSlice.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { IframeLoginTypes } from '@multiversx/sdk-web-wallet-iframe-provider/out/constants';
import { createSlice, PayloadAction } from '@reduxjs/toolkit';
import { IframeLoginTypes } from 'lib/sdkWebWalletIframeProvider';
import { setLoginExpiresAt, getNewLoginExpiresTimestamp } from 'storage/local';
Expand Down

0 comments on commit 53e1dc3

Please sign in to comment.