remove unused import
This commit is contained in:
parent
6aee36d02b
commit
03a848c456
1 changed files with 0 additions and 9 deletions
|
|
@ -1,9 +1,6 @@
|
|||
import {
|
||||
AfterViewInit,
|
||||
ApplicationRef,
|
||||
Component,
|
||||
ComponentFactoryResolver,
|
||||
Injector,
|
||||
Input,
|
||||
OnChanges,
|
||||
OnDestroy,
|
||||
|
|
@ -11,7 +8,6 @@ import {
|
|||
SimpleChanges,
|
||||
TemplateRef,
|
||||
ViewChild,
|
||||
ViewContainerRef,
|
||||
} from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { RecipeService } from 'src/app/core/services/recipe.service';
|
||||
|
|
@ -19,11 +15,8 @@ import { MatCardModule } from '@angular/material/card';
|
|||
import { MatButtonModule } from '@angular/material/button';
|
||||
import { copy } from 'src/app/shared/helpers/copy';
|
||||
import { compare } from 'src/app/shared/helpers/compare';
|
||||
import { AsyncStorage } from 'src/app/shared/helpers/asyncStorage';
|
||||
import { ChangesComponent } from './changes/changes.component';
|
||||
import {
|
||||
CdkPortal,
|
||||
DomPortalOutlet,
|
||||
Portal,
|
||||
PortalModule,
|
||||
TemplatePortal,
|
||||
|
|
@ -32,7 +25,6 @@ import { MatSelectModule } from '@angular/material/select';
|
|||
import { MatFormFieldModule } from '@angular/material/form-field';
|
||||
import { FormsModule } from '@angular/forms';
|
||||
import { RecipeListComponent } from '../recipes/recipe-details/recipe-list/recipe-list.component';
|
||||
import { ResizeEvent, ResizableModule } from 'angular-resizable-element';
|
||||
import { Debugger } from 'src/app/shared/helpers/debugger';
|
||||
import { convertFromInterProductCode, inRange } from 'src/app/shared/helpers/recipe';
|
||||
|
||||
|
|
@ -50,7 +42,6 @@ import { convertFromInterProductCode, inRange } from 'src/app/shared/helpers/rec
|
|||
MatFormFieldModule,
|
||||
MatSelectModule,
|
||||
FormsModule,
|
||||
ResizableModule,
|
||||
],
|
||||
})
|
||||
export class MergeComponent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue