Skip to content

Commit

Permalink
Update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
swaterkamp committed Sep 12, 2018
1 parent 8b97451 commit 1a6aa46
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions gsa/src/web/components/dashboard/display/datadisplay.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,20 @@ import _ from 'gmp/locale';
import {isDefined} from 'gmp/utils/identity';
import {excludeObjectProps} from 'gmp/utils/object';

import PropTypes from '../../../utils/proptypes';
import Theme from '../../../utils/theme';
import PropTypes from 'web/utils/proptypes';
import Theme from 'web/utils/theme';

import Loading from '../../../components/loading/loading';
import Loading from 'web/components/loading/loading';

import MenuEntry from '../../menu/menuentry';
import {Layout} from 'web/components/layout/layout';

import MenuEntry from 'web/components/menu/menuentry';

import Display, {
DISPLAY_HEADER_HEIGHT, DISPLAY_BORDER_WIDTH,
} from './display';
import DisplayMenu from './displaymenu';
import {Layout} from '../../layout/layout';


const ownProps = [
'title',
Expand Down

0 comments on commit 1a6aa46

Please sign in to comment.