This commit is contained in:
Olu Amey
2020-03-16 10:05:36 -04:00
parent 7c99069cb4
commit bac98c6cb9
7 changed files with 89 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-settings',
templateUrl: './settings.page.html',
styleUrls: ['./settings.page.scss'],
})
export class SettingsPage implements OnInit {
constructor() { }
ngOnInit() {
}
}