Skip to content

Commit 042c72e

Browse files
committed
up
1 parent c946c7b commit 042c72e

File tree

2 files changed

+1381
-1
lines changed

2 files changed

+1381
-1
lines changed

demos/gantt/many-tasks/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Component, ViewChild, OnInit, AfterViewInit, ViewEncapsulation } from '@angular/core';
22
import { GanttChartComponent } from '@smart-webcomponents-angular/ganttchart';
3-
import { GetGanttChartFlatData } from '../assets/data';
3+
import { GetGanttChartFlatData } from './data';
44

55
@Component({
66
selector: 'app-root',

0 commit comments

Comments
 (0)