opt-cc/static/src/app/common/not-found/not-found.component.ts

10 lines
207 B
TypeScript

import {Component} from '@angular/core';
@Component({
selector: 'app-not-found',
templateUrl: 'not-found.component.html',
styleUrls: ['not-found.component.scss']
})
export class NotFoundComponent {
}