You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2022/05/27 16:46:40 UTC

[incubator-streampipes] branch dev updated: [hotfix] Remove unused imports

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 54cd0e0be [hotfix] Remove unused imports
54cd0e0be is described below

commit 54cd0e0be6142091c6cd08b28b2dfb61edf9322e
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Fri May 27 18:46:32 2022 +0200

    [hotfix] Remove unused imports
---
 ui/src/app/dashboard/dashboard.module.ts | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/ui/src/app/dashboard/dashboard.module.ts b/ui/src/app/dashboard/dashboard.module.ts
index 8a02f0320..624323941 100644
--- a/ui/src/app/dashboard/dashboard.module.ts
+++ b/ui/src/app/dashboard/dashboard.module.ts
@@ -29,7 +29,6 @@ import { FormsModule } from '@angular/forms';
 import { ColorPickerModule } from 'ngx-color-picker';
 import { AddVisualizationDialogComponent } from './dialogs/add-widget/add-visualization-dialog.component';
 import { MatGridListModule } from '@angular/material/grid-list';
-import { DashboardService } from '../../../projects/streampipes/platform-services/src/lib/apis/dashboard.service';
 import { NumberWidgetComponent } from './components/widgets/number/number-widget.component';
 import { DashboardOverviewComponent } from './components/overview/dashboard-overview.component';
 import { EditDashboardDialogComponent } from './dialogs/edit-dashboard/edit-dashboard-dialog.component';
@@ -60,11 +59,8 @@ import { EditModeService } from './services/edit-mode.service';
 import { ReloadPipelineService } from './services/reload-pipeline.service';
 import { PlatformServicesModule } from '@streampipes/platform-services';
 import { CustomMaterialModule } from '../CustomMaterial/custom-material.module';
-import { ServicesModule } from "../services/services.module";
+import { ServicesModule } from '../services/services.module';
 import { RouterModule } from '@angular/router';
-import { DataExplorerDashboardOverviewComponent } from '../data-explorer/components/overview/data-explorer-dashboard-overview.component';
-import { DataExplorerDashboardPanelComponent } from '../data-explorer/components/panel/data-explorer-dashboard-panel.component';
-
 @NgModule({
     imports: [
         NgxEchartsModule.forRoot({