removed local page not found component in favor of the library

pull/3/head
Chris Veilleux 2019-03-29 12:37:36 -05:00
parent 6f7567374e
commit 0d7bed5577
3 changed files with 0 additions and 16 deletions

View File

@ -1 +0,0 @@
<h2>Page not found</h2>

View File

@ -1,15 +0,0 @@
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'market-page-not-found',
templateUrl: './page-not-found.component.html',
styleUrls: ['./page-not-found.component.scss']
})
export class PageNotFoundComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}