import { Component } from '@angular/core'; @Component({ selector: 'app-not-found', standalone: true, template: '

Page not found

', }) export class NotFoundComponent {}