|
1 |
| -import React from 'react' |
2 |
| -import PropTypes from 'prop-types' |
3 |
| - |
| 1 | +import i18n from '@dhis2/d2-i18n' |
4 | 2 | import Sidebar from 'd2-ui/lib/sidebar/Sidebar.component'
|
5 |
| - |
| 3 | +import { Card, CardText } from 'material-ui/Card' |
6 | 4 | import CircularProgress from 'material-ui/CircularProgress'
|
| 5 | +import FontIcon from 'material-ui/FontIcon' |
7 | 6 | import LinearProgress from 'material-ui/LinearProgress'
|
8 |
| - |
9 |
| -import { Card, CardText } from 'material-ui/Card' |
10 | 7 | import Snackbar from 'material-ui/Snackbar'
|
11 |
| -import FontIcon from 'material-ui/FontIcon' |
12 |
| - |
13 |
| -import AppList from './AppList.component' |
14 |
| -import AppHub from './AppHub.component' |
15 |
| -import { SelfUpdateNoticeBox } from './SelfUpdateNoticeBox.component' |
16 |
| -import AppTheme from '../theme' |
17 |
| - |
| 8 | +import PropTypes from 'prop-types' |
| 9 | +import React from 'react' |
18 | 10 | import actions from '../actions'
|
19 | 11 | import appHubStore from '../stores/appHub.store'
|
20 | 12 | import installedAppHub from '../stores/installedApp.store'
|
21 |
| - |
22 |
| -import i18n from '@dhis2/d2-i18n' |
| 13 | +import AppTheme from '../theme' |
| 14 | +import AppHub from './AppHub.component' |
| 15 | +import AppList from './AppList.component' |
| 16 | +import { SelfUpdateNoticeBox } from './SelfUpdateNoticeBox.component' |
23 | 17 |
|
24 | 18 | const styles = {
|
25 | 19 | header: {
|
|
0 commit comments