vega-frontend-monorepo/libs/environment/src/components/index.ts
botond eaea6a38ec
Feat/722: Network switcher in console2 (#1073)
* feat: add network switcher dropdown to the trading app

* fix: refactor label text

* fix: format

* fix: paddings

* fix: use theme spacing instead of px
2022-08-25 15:23:57 +01:00

5 lines
143 B
TypeScript

export * from './network-loader';
export * from './network-switcher';
export * from './node-switcher';
export * from './node-switcher-dialog';