]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/app.component.ts
import ceph 15.2.10
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / app.component.ts
1 import { Component } from '@angular/core';
2
3 @Component({
4 selector: 'cd-root',
5 templateUrl: './app.component.html',
6 styleUrls: ['./app.component.scss']
7 })
8 export class AppComponent {
9 constructor() {}
10 }