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, ChangeDetectionStrategy,
ChangeDetectorRef, ChangeDetectorRef,
Component, Component,
DoCheck,
DestroyRef, DestroyRef,
DoCheck,
ElementRef, ElementRef,
Input, Input,
inject,
OnChanges, OnChanges,
OnInit, OnInit,
SimpleChanges, SimpleChanges,
inject,
viewChild viewChild
} from '@angular/core'; } from '@angular/core';
import { takeUntilDestroyed } from '@angular/core/rxjs-interop'; import { takeUntilDestroyed } from '@angular/core/rxjs-interop';

Loading…
Cancel
Save