From 823ffc30a603ce6fd761af542acf899fbe8a635f Mon Sep 17 00:00:00 2001 From: Patrick Nawracay Date: Tue, 30 Oct 2018 14:57:49 +0100 Subject: [PATCH] mgr/dashboard: Cleanup imports Signed-off-by: Patrick Nawracay --- .../src/app/shared/components/grafana/grafana.component.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/grafana/grafana.component.ts b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/grafana/grafana.component.ts index 2b3c044f1ea25..00fd332981a79 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/grafana/grafana.component.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/grafana/grafana.component.ts @@ -3,9 +3,9 @@ import { Component, Input, OnChanges, OnInit } from '@angular/core'; import { DomSanitizer } from '@angular/platform-browser'; import { SafeUrl } from '@angular/platform-browser'; -import { SettingsService } from '../../../shared/api/settings.service'; -import { CephReleaseNamePipe } from '../../../shared/pipes/ceph-release-name.pipe'; -import { SummaryService } from '../../../shared/services/summary.service'; +import { SettingsService } from '../../api/settings.service'; +import { CephReleaseNamePipe } from '../../pipes/ceph-release-name.pipe'; +import { SummaryService } from '../../services/summary.service'; @Component({ selector: 'cd-grafana', -- 2.39.5