From 2319213bc5ae0080dcb5f5fa5c488edc0793fc5b Mon Sep 17 00:00:00 2001 From: Nathan Nguyen <146415969+NathanDrake2406@users.noreply.github.com> Date: Wed, 18 Mar 2026 12:03:39 +1100 Subject: [PATCH] refactor: reorder DestroyRef import above CUSTOM_ELEMENTS_SCHEMA --- 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 4214ee989..4e34ce28c 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, - CUSTOM_ELEMENTS_SCHEMA, DestroyRef, + CUSTOM_ELEMENTS_SCHEMA, OnInit } from '@angular/core'; import { takeUntilDestroyed } from '@angular/core/rxjs-interop';