remove unused imports

This commit is contained in:
Peter Maquiran
2022-10-12 17:01:09 +01:00
parent de16765d97
commit 959bb53b82
59 changed files with 116 additions and 277 deletions
@@ -9,6 +9,7 @@ import { LoginUserRespose } from 'src/app/models/user.model';
import { CustomTaskPipe } from 'src/app/pipes/custom-task.pipe';
import { SortService } from 'src/app/services/functions/sort.service';
import { Storage } from '@ionic/storage';
import { SessionStore } from 'src/app/store/session.service';
@Component({
selector: 'app-pendentes',
@@ -34,7 +35,7 @@ export class PendentesPage implements OnInit {
private sortService: SortService,
private storage: Storage
) {
this.loggeduser = authService.ValidatedUser;
this.loggeduser = SessionStore.user;
}
ngOnInit() {