aiber-martin/www/assets/maindotpagedotts-empty.txt

18 lines
258 B
Plaintext
Raw Normal View History

2020-12-17 16:23:12 +00:00
import { Component, OnInit, NgZone } from '@angular/core';
@Component({
selector: 'app-main',
templateUrl: './main.page.html',
styleUrls: ['./main.page.scss'],
})
export class MainPage implements OnInit {
constructor() {
}
ngOnInit() {
}
}