dashboard.ts 198 B

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