Skip to content

Commit

Permalink
🎨 Use named import for EventEmitter
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Dec 9, 2024
1 parent 16ff5bc commit dac8cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as React from 'react';
import { createRoot, Root } from 'react-dom/client';
import { AccountData } from '@cosmjs/proto-signing';
import { IQRCodeModal } from '@walletconnect/legacy-types';
import EventEmitter from 'events';
import { EventEmitter } from 'events';
import { jwtDecode } from 'jwt-decode';

import { AuthcoreDialog } from './components/authcore-dialog';
Expand Down

0 comments on commit dac8cd2

Please sign in to comment.