fixed purchase's importations

This commit is contained in:
2025-11-20 17:14:30 +01:00
parent eb3c3709e7
commit c5f34ef6ad
2 changed files with 0 additions and 10 deletions

View File

@@ -1,7 +1,6 @@
import { Component } from '@angular/core';
import {FormControl, FormGroup, FormsModule, ReactiveFormsModule, Validators} from "@angular/forms";
import {NzColDirective} from "ng-zorro-antd/grid";
import {NzDatePickerComponent} from "ng-zorro-antd/date-picker";
import {NzFlexDirective} from "ng-zorro-antd/flex";
import {NzFormControlComponent, NzFormDirective, NzFormItemComponent, NzFormLabelComponent} from "ng-zorro-antd/form";
import {NzInputDirective} from "ng-zorro-antd/input";
@@ -11,7 +10,6 @@ import {NzInputDirective} from "ng-zorro-antd/input";
imports: [
FormsModule,
NzColDirective,
NzDatePickerComponent,
NzFlexDirective,
NzFormControlComponent,
NzFormDirective,