Browse Source

fix(ui): remove unused `signal` import to fix lint error

Signed-off-by: Sigmabrogz <sigmabrogz@gmail.com>
pull/6495/head
Sigmabrogz 2 weeks ago
parent
commit
fbbbb8f1fd
  1. 3
      libs/ui/src/lib/historical-market-data-editor/historical-market-data-editor-dialog/historical-market-data-editor-dialog.component.ts

3
libs/ui/src/lib/historical-market-data-editor/historical-market-data-editor-dialog/historical-market-data-editor-dialog.component.ts

@ -7,8 +7,7 @@ import {
CUSTOM_ELEMENTS_SCHEMA,
DestroyRef,
OnInit,
inject,
signal
inject
} from '@angular/core';
import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
import { FormControl, FormGroup, FormsModule, ReactiveFormsModule } from '@angular/forms';

Loading…
Cancel
Save