This commit is contained in:
Peter Maquiran
2021-08-23 11:30:42 +01:00
parent b23dcd3a8f
commit 307608b559
9 changed files with 62 additions and 54 deletions
@@ -1,7 +1,6 @@
import { AfterViewChecked, Component, ElementRef, OnInit, ViewChild } from '@angular/core';
import {ActivatedRoute, Router} from '@angular/router'
import { ModalController, NavParams, PopoverController } from '@ionic/angular';
import { Status } from 'src/app/models/chat/status.model';
import { ContactsPage } from 'src/app/pages/chat/messages/contacts/contacts.page';
import { AlertService } from 'src/app/services/alert.service';
import { AuthService } from 'src/app/services/auth.service';