Commit 82b9f8ab authored by Yavor Grancharov's avatar Yavor Grancharov
Browse files

fix: removed unused import

parent a83b5ad6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
import { Component, OnInit, Output, EventEmitter, Input } from '@angular/core';
import { Component, OnInit, Output, EventEmitter } from '@angular/core';
import DeliveryType from '@modules/server.common/enums/DeliveryType';

@Component({