No macro text and route update
This commit is contained in:
committed by
József Farkas
parent
f887dc8a96
commit
03ca90d558
@@ -0,0 +1,8 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'macro-not-found',
|
||||
template: require('./macro-not-found.component.html'),
|
||||
styles: [require('./macro-not-found.component.scss')]
|
||||
})
|
||||
export class MacroNotFoundComponent { }
|
||||
Reference in New Issue
Block a user