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