Skip to content

Commit 4f7f3f6

Browse files
chore: import issue
1 parent 3a72107 commit 4f7f3f6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages/scaffold/src/client.ts

+6-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import type {
1010
EventsControllerState,
1111
PublicStateControllerState,
1212
ThemeControllerState,
13-
ThemeVariables,
1413
Connector,
1514
ConnectedWalletInfo,
1615
Features
@@ -32,7 +31,12 @@ import {
3231
ThemeController,
3332
TransactionsController
3433
} from '@reown/appkit-core-react-native';
35-
import { ConstantsUtil, ErrorUtil, type ThemeMode } from '@reown/appkit-common-react-native';
34+
import {
35+
ConstantsUtil,
36+
ErrorUtil,
37+
type ThemeMode,
38+
type ThemeVariables
39+
} from '@reown/appkit-common-react-native';
3640

3741
// -- Types ---------------------------------------------------------------------
3842
export interface LibraryOptions {

0 commit comments

Comments
 (0)