EchoTex_Payroll/HRM.UI/ClientApp/src/app/pages/app.notfound.component.ts

10 lines
175 B
TypeScript
Raw Normal View History

2024-10-14 10:01:49 +06:00
import { Component } from '@angular/core';
@Component({
selector: 'app-notfound',
templateUrl: './app.notfound.component.html',
})
export class AppNotfoundComponent {
}