Browse Source

Reorder imports

pull/6592/head
Thomas Kaul 2 weeks ago
parent
commit
1b819d4416
  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,
DestroyRef,
CUSTOM_ELEMENTS_SCHEMA,
DestroyRef,
OnInit
} from '@angular/core';
import { takeUntilDestroyed } from '@angular/core/rxjs-interop';

Loading…
Cancel
Save