Skip to content

Commit 67b57b1

Browse files
committed
[fix] incorrect import
1 parent 6825622 commit 67b57b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/samples/template-components/template-components.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Component, ViewEncapsulation } from '@angular/core';
22

3-
import type { GanttStatic } from '@dhx/gantt';
3+
import type { GanttStatic } from '@dhtmlx/trial-angular-gantt';
44
import { DhxGanttComponent, templateComponent, type TaskFilter } from '@dhtmlx/trial-angular-gantt';
55

66
import { DemoToolbarComponent } from '../../shared/demo-toolbar/demo-toolbar';

0 commit comments

Comments
 (0)