Commit 0f8d7279c5fcad14c9608dbc3f22e8ae43359938

Authored by Marcelo Puebla
1 parent c089b935a9
Exists in master

Borrado import.

src/app/components/comanda/comanda.component.ts
1 1 import { Component, OnInit } from '@angular/core';
2   -import { appSettings } from 'src/etc/AppSettings';
3 2 import { ComandaService } from 'src/app/services/comanda.service';
4 3 import { Comanda } from 'src/app/wrappers/comanda';
5 4 import * as _ from 'lodash';