mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2026-05-02 10:10:09 +00:00
Reformatting a bunch of files
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
import {Component, OnInit} from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-page-not-found-page',
|
||||
templateUrl: './page-not-found-page.component.html',
|
||||
styleUrls: ['./page-not-found-page.component.css']
|
||||
selector: 'app-page-not-found-page',
|
||||
templateUrl: './page-not-found-page.component.html',
|
||||
styleUrls: ['./page-not-found-page.component.css']
|
||||
})
|
||||
export class PageNotFoundPageComponent implements OnInit {
|
||||
|
||||
constructor() { }
|
||||
constructor() {
|
||||
}
|
||||
|
||||
ngOnInit(): void {
|
||||
}
|
||||
ngOnInit(): void {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user