From 2eab94bc72992cc3f49ba230e948eddfd5c2991e Mon Sep 17 00:00:00 2001 From: bmarkov Date: Wed, 31 Aug 2022 15:12:16 +0300 Subject: [PATCH] abc --- demos/gantt/resource-panel-filtering/src/app/app.component.html | 2 +- demos/gantt/resource-panel-filtering/src/app/app.component.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/gantt/resource-panel-filtering/src/app/app.component.html b/demos/gantt/resource-panel-filtering/src/app/app.component.html index c8dc90b1e..34d729911 100644 --- a/demos/gantt/resource-panel-filtering/src/app/app.component.html +++ b/demos/gantt/resource-panel-filtering/src/app/app.component.html @@ -7,5 +7,5 @@ \ No newline at end of file diff --git a/demos/gantt/resource-panel-filtering/src/app/app.component.ts b/demos/gantt/resource-panel-filtering/src/app/app.component.ts index f7f21ee3d..2a79898ce 100644 --- a/demos/gantt/resource-panel-filtering/src/app/app.component.ts +++ b/demos/gantt/resource-panel-filtering/src/app/app.component.ts @@ -1,6 +1,6 @@ import { Component, ViewChild, OnInit, AfterViewInit, ViewEncapsulation } from '@angular/core'; import { RadioButtonComponent, RadioButton } from '@smart-webcomponents-angular/radiobutton'; -import { GanttChartComponent, GanttChartResourceTimelineView, GanttChartTaskResource, GanttChart, GanttChartResource, Smart } from '@smart-webcomponents-angular/ganttchart'; +import { GanttChartComponent, GanttChartResourceTimelineView, GanttChart, GanttChartResource, Smart } from '@smart-webcomponents-angular/ganttchart'; @Component({