funky-framadate-front/src/app/core/components/page-not-found/page-not-found.component.ts

9 lines
229 B
TypeScript

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