From 71e4622b2124ca029812d1448de489c8f7606afc Mon Sep 17 00:00:00 2001 From: KenTandrian Date: Tue, 17 Feb 2026 10:50:02 +0700 Subject: [PATCH] fix(lib): organize imports --- .../historical-market-data-editor-dialog.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ui/src/lib/historical-market-data-editor/historical-market-data-editor-dialog/historical-market-data-editor-dialog.component.ts b/libs/ui/src/lib/historical-market-data-editor/historical-market-data-editor-dialog/historical-market-data-editor-dialog.component.ts index 7610879fc..3e5e3b2e9 100644 --- a/libs/ui/src/lib/historical-market-data-editor/historical-market-data-editor-dialog/historical-market-data-editor-dialog.component.ts +++ b/libs/ui/src/lib/historical-market-data-editor/historical-market-data-editor-dialog/historical-market-data-editor-dialog.component.ts @@ -6,8 +6,8 @@ import { Component, CUSTOM_ELEMENTS_SCHEMA, DestroyRef, - inject, OnInit, + inject, signal } from '@angular/core'; import { takeUntilDestroyed } from '@angular/core/rxjs-interop';