Skip to content

Commit

Permalink
fix import (#1868)
Browse files Browse the repository at this point in the history
  • Loading branch information
artursapek authored and yuli-ferna committed Apr 9, 2024
1 parent e43def8 commit a57855a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wormhole-connect/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import WormholeConnect from './WormholeConnect';
import type {
WormholeConnectPartialTheme,
WormholeConnectTheme,
dark,
light,
} from './theme';

import { dark, light } from './theme';

import MAINNET from './config/mainnet';
import TESTNET from './config/testnet';

Expand Down

0 comments on commit a57855a

Please sign in to comment.