Skip to content

Commit

Permalink
fix: fix cycle import
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankWang117 committed Feb 16, 2022
1 parent 1de9638 commit bc14e08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { NgxGanttTableColumnComponent } from '../../table/gantt-column.component
import { CdkDragEnd, CdkDragMove, CdkDragStart } from '@angular/cdk/drag-drop';
import { coerceCssPixelValue } from '@angular/cdk/coercion';
import { GanttAbstractComponent, GANTT_ABSTRACT_TOKEN } from '../../gantt-abstract';
import { GanttUpper, GANTT_UPPER_TOKEN } from 'ngx-gantt';
import { GanttUpper, GANTT_UPPER_TOKEN } from '../../gantt-upper';

export const defaultColumnWidth = 100;
export const minColumnWidth = 80;
Expand Down

0 comments on commit bc14e08

Please sign in to comment.