Adds the logic to render TestHint only when the test mode is enabled in order to be able to put independent TestHints in other places than the TestConnectionInfo component.
6 lines
103 B
JavaScript
6 lines
103 B
JavaScript
export * from './components';
|
|
export * from './functions';
|
|
|
|
import './middleware';
|
|
import './reducer';
|