Initial commit

This commit is contained in:
2021-11-04 00:04:25 +00:00
commit e78df802f9
64 changed files with 1508 additions and 0 deletions

12
src/app/tab2/tab2.page.ts Normal file
View File

@@ -0,0 +1,12 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-tab2',
templateUrl: 'tab2.page.html',
styleUrls: ['tab2.page.scss']
})
export class Tab2Page {
constructor() {}
}