Skip to content

Commit

Permalink
Update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
swaterkamp committed Sep 11, 2018
1 parent f5369f0 commit 5ed7895
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gsa/src/web/pages/alerts/method.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ import {
METHOD_TYPE_HTTP_GET,
METHOD_TYPE_SOURCEFIRE,
METHOD_TYPE_VERINICE,
} from 'gmp/models/alert.js';
} from 'gmp/models/alert';

import PropTypes from '../../utils/proptypes.js';
import PropTypes from 'web/utils/proptypes';

import DetailsLink from '../../components/link/detailslink.js';
import DetailsLink from 'web/components/link/detailslink';

import SimpleTable from '../../components/table/simpletable.js';
import TableBody from '../../components/table/body.js';
import TableData from '../../components/table/data.js';
import TableRow from '../../components/table/row.js';
import SimpleTable from 'web/components/table/simpletable';
import TableBody from 'web/components/table/body';
import TableData from 'web/components/table/data';
import TableRow from 'web/components/table/row';

const Table = styled(SimpleTable)`
margin-top: 5px;
Expand Down

0 comments on commit 5ed7895

Please sign in to comment.