page-home.ts 197 B

1234567891011
  1. import { Component } from '@angular/core';
  2. @Component({
  3. selector: 'app-page-home',
  4. imports: [],
  5. templateUrl: './page-home.html',
  6. styleUrl: './page-home.scss'
  7. })
  8. export class PageHome {
  9. }