aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/page404/page404.component.ts
blob: a3baf4fd0295686dc9aec07d882e6a92d600dc1e (plain)
1
2
3
4
5
6
7
8
9
import { Component, Inject } from '@angular/core';

@Component({
    templateUrl: './page404.component.html',
    styleUrls: ['./page404.component.less']
})
export class PageNotFoundComponent {

}