remove components folder, as not being used.

This commit is contained in:
tiago.kayaya
2021-07-28 09:29:14 +01:00
parent b11307fdb1
commit e76c41a6bb
63 changed files with 179 additions and 203 deletions
+15
View File
@@ -0,0 +1,15 @@
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-profile',
templateUrl: './profile.page.html',
styleUrls: ['./profile.page.scss'],
})
export class ProfilePage implements OnInit {
constructor() { }
ngOnInit() {
}
}