style chat-contacts-list page

This commit is contained in:
tiago.kayaya
2020-12-22 15:53:30 +01:00
parent 4c16f7bd83
commit 92393c5970
17 changed files with 319 additions and 93 deletions
@@ -0,0 +1,15 @@
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-btn-seguinte',
templateUrl: './btn-seguinte.page.html',
styleUrls: ['./btn-seguinte.page.scss'],
})
export class BtnSeguintePage implements OnInit {
constructor() { }
ngOnInit() {
}
}