Skip to content

Commit

Permalink
fix: drop redundant dependency (#1320)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Sep 4, 2024
1 parent 2a590c6 commit 4989115
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions projects/editor/src/components/editor/editor.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import {
TuiScrollbar,
TuiSurface,
} from '@taiga-ui/core';
import {TuiCardLarge} from '@taiga-ui/layout';
import {delay, fromEvent, throttleTime} from 'rxjs';

import type {AbstractTuiEditor} from '../../abstract/editor-adapter.abstract';
Expand Down Expand Up @@ -63,7 +62,6 @@ import {TuiEditorPortalHost} from './portal/editor-portal-host.component';
NgTemplateOutlet,
TuiActiveZone,
TuiAppearance,
TuiCardLarge,
TuiDropdown,
TuiEditLink,
TuiEditorDropdownToolbar,
Expand Down

0 comments on commit 4989115

Please sign in to comment.