]> git.apps.os.sepia.ceph.com Git - ceph.git/blob
47e7bd1b892e61d9d39feb0f3e089d36282c7dce
[ceph.git] /
1 import { Component } from '@angular/core';
2
3 @Component({
4   selector: 'cd-loading-panel',
5   templateUrl: './loading-panel.component.html',
6   styleUrls: ['./loading-panel.component.scss']
7 })
8 export class LoadingPanelComponent {
9 }