@@ -10,27 +10,23 @@ import {
1010} from '@material-ui/core' ;
1111import { MuiThemeProvider } from '@material-ui/core/styles' ;
1212import { SvgIconProps } from '@material-ui/core/SvgIcon' ;
13- import { JSONSchema7 } from 'json-schema' ;
14- import React , { ComponentType , createElement } from 'react' ;
15- import { Observable as obs } from 'rxjs' ;
1613import {
1714 AuthorizationProvider ,
1815 Loading ,
1916 mount ,
2017 NavigationProvider ,
2118 Notifications ,
2219 withAuthorization ,
23- } from './components' ;
24- import {
25- LightbulbFull ,
26- LightbulbOutline ,
27- SqlStreamStore ,
28- } from './components/Icons' ;
29- import { connect , createState } from './reactive' ;
30- import { actions , store , Viewer } from './stream-store' ;
31- import themes from './themes' ;
32- import { AuthorizationProps , HalLink , HalLinks } from './types' ;
33- import { mediaTypes , preventDefault } from './utils' ;
20+ } from 'components' ;
21+ import { LightbulbFull , LightbulbOutline , SqlStreamStore } from 'icons' ;
22+ import { JSONSchema7 } from 'json-schema' ;
23+ import React , { ComponentType , createElement } from 'react' ;
24+ import { connect , createState } from 'reactive' ;
25+ import { Observable as obs } from 'rxjs' ;
26+ import { actions , store , Viewer } from 'stream-store' ;
27+ import themes from 'themes' ;
28+ import { AuthorizationProps , HalLink , HalLinks } from 'types' ;
29+ import { mediaTypes , preventDefault } from 'utils' ;
3430
3531const getSelfAlias = ( links : HalLinks ) =>
3632 Object . keys ( links )
0 commit comments