Commit 6b4867ba1b826b01c65e2d4f0428a7ffd4a98565
1 parent
6b637fa378
Exists in
master
and in
1 other branch
Borrado import sin uso
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/app/services/comanda.service.ts
| ... | ... | @@ -2,7 +2,6 @@ import { Injectable } from "@angular/core"; |
| 2 | 2 | import { HttpClient } from "@angular/common/http"; |
| 3 | 3 | import { appSettings } from "src/etc/AppSettings"; |
| 4 | 4 | import { Observable } from "rxjs"; |
| 5 | -import { Comanda } from '../wrappers/comanda'; | |
| 6 | 5 | |
| 7 | 6 | @Injectable({ |
| 8 | 7 | providedIn: "root" |