From 1b819d44169d475c9b8b07a6651e69c523d618b0 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Wed, 18 Mar 2026 13:56:01 +0100 Subject: [PATCH] Reorder imports --- apps/client/src/app/components/markets/markets.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/app/components/markets/markets.component.ts b/apps/client/src/app/components/markets/markets.component.ts index 4e34ce28c..4214ee989 100644 --- a/apps/client/src/app/components/markets/markets.component.ts +++ b/apps/client/src/app/components/markets/markets.component.ts @@ -18,8 +18,8 @@ import { ChangeDetectionStrategy, ChangeDetectorRef, Component, - DestroyRef, CUSTOM_ELEMENTS_SCHEMA, + DestroyRef, OnInit } from '@angular/core'; import { takeUntilDestroyed } from '@angular/core/rxjs-interop';