import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-tab-mine', templateUrl: './tab-mine.page.html', styleUrls: ['./tab-mine.page.scss'], }) export class TabMinePage implements OnInit { constructor() { } ngOnInit() { } }