Initial commit

This commit is contained in:
2026-05-18 16:35:00 +00:00
commit 096bd76c21
52 changed files with 20380 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { Tab1Page } from './tab1.page';
describe('Tab1Page', () => {
let component: Tab1Page;
let fixture: ComponentFixture<Tab1Page>;
beforeEach(async () => {
fixture = TestBed.createComponent(Tab1Page);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});