Skip to content

Commit a57855a

Browse files
artursapekyuli-ferna
authored and
yuli-ferna
committed
fix import (#1868)
1 parent e43def8 commit a57855a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wormhole-connect/src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import WormholeConnect from './WormholeConnect';
33
import type {
44
WormholeConnectPartialTheme,
55
WormholeConnectTheme,
6-
dark,
7-
light,
86
} from './theme';
97

8+
import { dark, light } from './theme';
9+
1010
import MAINNET from './config/mainnet';
1111
import TESTNET from './config/testnet';
1212

0 commit comments

Comments
 (0)