Files
ENI-Angular/src/app/public/pages/not-found/not-found.component.ts
2025-03-10 16:26:46 +01:00

12 lines
225 B
TypeScript

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