mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-12 03:54:13 +00:00
8 lines
201 B
TypeScript
8 lines
201 B
TypeScript
import { AppState } from 'reducers';
|
|
export * from './meta';
|
|
export * from './networks';
|
|
export * from './nodes';
|
|
export * from './tokens';
|
|
|
|
export const getConfig = (state: AppState) => state.config;
|