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