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,
ChangeDetectorRef,
Component,
CUSTOM_ELEMENTS_SCHEMA,
DestroyRef,
CUSTOM_ELEMENTS_SCHEMA,
OnInit
} from '@angular/core';
import { takeUntilDestroyed } from '@angular/core/rxjs-interop';

Loading…
Cancel
Save