oggui/ogWebconsole/src/app/components/page-not-found/page-not-found.component.ts

11 lines
229 B
TypeScript

import { Component } from '@angular/core';
@Component({
selector: 'app-page-not-found',
templateUrl: './page-not-found.component.html',
styleUrl: './page-not-found.component.css'
})
export class PageNotFoundComponent {
}