File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
packages/manager/modules/telecom-dashboard/src Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import '@uirouter/angularjs';
33import 'ng-at-internet' ;
44import 'at-internet-ui-router-plugin' ;
55import '@ovh-ux/ng-uirouter-title' ;
6- import ovhManagerCore from '@ovh-ux/manager-core' ;
7- import telecomUniverseComponents from '@ovh-ux/telecom-universe-components' ;
6+ import '@ovh-ux/manager-core' ;
7+ import '@ovh-ux/telecom-universe-components' ;
88import '@ovh-ux/manager-telecom-styles' ;
99
1010import 'ovh-ui-kit/dist/oui.css' ;
@@ -26,11 +26,11 @@ const moduleName = 'ovhManagerTelecomDashboard';
2626
2727angular
2828 . module ( moduleName , [
29- ovhManagerCore ,
30- 'ng-at-internet' ,
3129 'atInternetUiRouterPlugin' ,
30+ 'ng-at-internet' ,
3231 'ngUirouterTitle' ,
33- telecomUniverseComponents ,
32+ 'ovhManagerCore' ,
33+ 'telecomUniverseComponents' ,
3434 'ui.router' ,
3535 ] )
3636 . config ( /* @ngInject */ ( $stateProvider ) => {
You can’t perform that action at this time.
0 commit comments