add checkintent to main file

This commit is contained in:
Eudes Inácio
2023-10-27 16:21:15 +01:00
parent d7f80d7cc2
commit a0609e5ba2
7 changed files with 144 additions and 45 deletions
@@ -132,6 +132,9 @@ export class PublicationsPage implements OnInit {
}, 250);
}
close() {
this.modalController.dismiss();
}
get windowInnerWidth(): number {
return window.innerWidth
}