aiber-martin/www/assets/maindotpagedotts-empty.txt
Martin Donnelly a4b8625d0f init
2020-12-17 16:23:12 +00:00

18 lines
258 B
Plaintext

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() {
}
}