summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/core/layouts/blank-layout/blank-layout.component.ts
blob: 761bb3b87422bc34bcba4442264a52dda2b07755 (plain)
1
2
3
4
5
6
7
8
import { Component } from '@angular/core';

@Component({
  selector: 'cd-blank-layout',
  templateUrl: './blank-layout.component.html',
  styleUrls: ['./blank-layout.component.scss']
})
export class BlankLayoutComponent {}