Skip to content

Commit

Permalink
Remove Subscription import
Browse files Browse the repository at this point in the history
  • Loading branch information
dxvladislavvolkov committed Apr 30, 2024
1 parent e3a4a83 commit 4af3838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/preview/splitter/splitter.component.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Component, OnDestroy } from '@angular/core';
import { BehaviorSubject, Subscription } from 'rxjs';
import { BehaviorSubject } from 'rxjs';

interface PaneContentTemplate {
name: string;
Expand Down

0 comments on commit 4af3838

Please sign in to comment.