Skip to content

Commit

Permalink
fix: fix takeUntil import error
Browse files Browse the repository at this point in the history
  • Loading branch information
HandsomeButterball committed Aug 24, 2022
1 parent bb1fa34 commit 6a5efd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/gantt/src/components/baseline/baseline.component.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Component, ElementRef, HostBinding, Inject, Input, OnInit, ViewChild } from '@angular/core';
import { Subject, takeUntil } from 'rxjs';
import { Subject } from 'rxjs';
import { takeUntil } from 'rxjs/operators';
import { GanttBaselineItemInternal } from '../../class/baseline';
import { GanttUpper, GANTT_UPPER_TOKEN } from '../../gantt-upper';

Expand Down

0 comments on commit 6a5efd1

Please sign in to comment.