diff --git a/src/app/services/comanda.service.ts b/src/app/services/comanda.service.ts index d18510a..f5ef224 100644 --- a/src/app/services/comanda.service.ts +++ b/src/app/services/comanda.service.ts @@ -2,7 +2,6 @@ import { Injectable } from "@angular/core"; import { HttpClient } from "@angular/common/http"; import { appSettings } from "src/etc/AppSettings"; import { Observable } from "rxjs"; -import { Comanda } from '../wrappers/comanda'; @Injectable({ providedIn: "root"