diff --git a/src/app/components/comanda/comanda.component.ts b/src/app/components/comanda/comanda.component.ts index e19b92f..6eec3a7 100644 --- a/src/app/components/comanda/comanda.component.ts +++ b/src/app/components/comanda/comanda.component.ts @@ -1,5 +1,4 @@ import { Component, OnInit } from '@angular/core'; -import { appSettings } from 'src/etc/AppSettings'; import { ComandaService } from 'src/app/services/comanda.service'; import { Comanda } from 'src/app/wrappers/comanda'; import * as _ from 'lodash';