Skip to content

Commit

Permalink
fix(billing): clean billing code from dedicated
Browse files Browse the repository at this point in the history
ref: MANAGER-16767

Signed-off-by: Maxime Bajeux <[email protected]>
  • Loading branch information
Maxime Bajeux committed Jan 17, 2025
1 parent ac892f1 commit 385004a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/manager/modules/new-billing/src/billing.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import sortingFieldButtonDirective from './components/directives/sortingFieldBut
import renewDateComponent from './components/renewDate/billing-renew-date.component';
import renewLabelComponent from './components/renewLabel/billing-renew-label.component';
import renewFrequenceFilter from './components/filters/renewFrequence';
import servicesHelper from './components/services/services.service';
import servicesHelper from './services/servicesHelper.service';

import routing from './billing.routing';
import billingTracking from './atInternetTracking.config';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import kebabCase from 'lodash/kebabCase';
import get from 'lodash/get';
import has from 'lodash/has';

import { SERVICES_TARGET_URLS } from './services.constants';
import { SERVICES_TARGET_URLS } from '../constants/servicesHelper.constants';

export default class ServicesHelper {
/* @ngInject */
Expand Down

0 comments on commit 385004a

Please sign in to comment.