Browse Source

fix(lib): organize imports

pull/6498/head
KenTandrian 3 weeks ago
parent
commit
ab1c286f44
  1. 4
      libs/ui/src/lib/symbol-autocomplete/symbol-autocomplete.component.ts

4
libs/ui/src/lib/symbol-autocomplete/symbol-autocomplete.component.ts

@ -8,14 +8,14 @@ import {
ChangeDetectionStrategy,
ChangeDetectorRef,
Component,
DoCheck,
DestroyRef,
DoCheck,
ElementRef,
Input,
inject,
OnChanges,
OnInit,
SimpleChanges,
inject,
viewChild
} from '@angular/core';
import { takeUntilDestroyed } from '@angular/core/rxjs-interop';

Loading…
Cancel
Save