Browse Source

refactor: reorder DestroyRef import above CUSTOM_ELEMENTS_SCHEMA

pull/6592/head
Nathan Nguyen 2 weeks ago
parent
commit
2319213bc5
  1. 2
      apps/client/src/app/components/markets/markets.component.ts

2
apps/client/src/app/components/markets/markets.component.ts

@ -18,8 +18,8 @@ import {
ChangeDetectionStrategy, ChangeDetectionStrategy,
ChangeDetectorRef, ChangeDetectorRef,
Component, Component,
CUSTOM_ELEMENTS_SCHEMA,
DestroyRef, DestroyRef,
CUSTOM_ELEMENTS_SCHEMA,
OnInit OnInit
} from '@angular/core'; } from '@angular/core';
import { takeUntilDestroyed } from '@angular/core/rxjs-interop'; import { takeUntilDestroyed } from '@angular/core/rxjs-interop';

Loading…
Cancel
Save