Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethella committed Jun 6, 2024
1 parent 860ca00 commit dd1516b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/@magic-sdk/types/src/modules/intermediary-types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { WalletEventOnReceived } from '@magic-sdk/types';
import {
AuthEventOnReceived,
DeviceVerificationEventEmit,
Expand All @@ -13,6 +12,8 @@ import {
UpdateEmailEventOnReceived,
} from './auth-types';

import { WalletEventOnReceived } from './wallet-types';

export type IntermediaryEvents =
// EmailOTP
| `${LoginWithEmailOTPEventEmit}`
Expand Down

0 comments on commit dd1516b

Please sign in to comment.