argos/dmp-frontend/src/app/not-found.component.ts

6 lines
135 B
TypeScript
Raw Normal View History

2017-09-26 17:16:04 +02:00
import { Component } from '@angular/core';
@Component({
template: '<h2>Page not found</h2>'
})
export class PageNotFoundComponent {}