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

9 lines
229 B
TypeScript
Raw Normal View History

2020-04-22 12:56:18 +02:00
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 {}