Skip to content

Commit

Permalink
RVR-2369 - Use relative import paths
Browse files Browse the repository at this point in the history
Needed for prebid#3435
  • Loading branch information
AlessandroDG committed Mar 28, 2019
1 parent 894fbb1 commit 845582d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/rivrAnalyticsAdapter.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {ajax} from 'src/ajax';
import adapter from 'src/AnalyticsAdapter';
import {ajax} from '../src/ajax';
import adapter from '../src/AnalyticsAdapter';
import adapterManager from '../src/adapterManager';
import * as utils from 'src/utils';
import * as utils from '../src/utils';

const analyticsType = 'endpoint';

Expand Down

0 comments on commit 845582d

Please sign in to comment.