Newer
Older
HoteleriaAdmin / src / app / widgets / widgets.component.ts
James Cuadrado on 26 May 2021 231 bytes init
import { Component } from '@angular/core';
import { NgbProgressbarConfig } from '@ng-bootstrap/ng-bootstrap';

@Component({
  templateUrl: './widgets.component.html'
})
export class WidgetsComponent {
  constructor() {}
}