Skip to content

Commit

Permalink
rebase fixes and commit filename case changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ogupte committed Feb 19, 2020
1 parent 8beab5e commit 7074e7b
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
import { Location } from 'history';
import { getSections } from '../sections';
import { Transaction } from '../../../../../typings/es_schemas/ui/Transaction';
import { Transaction } from '../../../../../../../../plugins/apm/typings/es_schemas/ui/transaction';
import { AppMountContextBasePath } from '../../../../context/ApmPluginContext';

describe('Transaction action menu', () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Location } from 'history';
import { pick, isEmpty } from 'lodash';
import moment from 'moment';
import url from 'url';
import { Transaction } from '../../../../typings/es_schemas/ui/Transaction';
import { Transaction } from '../../../../../../../plugins/apm/typings/es_schemas/ui/transaction';
import { IUrlParams } from '../../../context/UrlParamsContext/types';
import { getDiscoverHref } from '../Links/DiscoverLinks/DiscoverLink';
import { getDiscoverQuery } from '../Links/DiscoverLinks/DiscoverTransactionLink';
Expand Down

0 comments on commit 7074e7b

Please sign in to comment.