generated from nhcarrigan/template
feat: resolve lint/build/test errors
Some checks failed
Node.js CI / Lint and Test (pull_request) Failing after 1m27s
Some checks failed
Node.js CI / Lint and Test (pull_request) Failing after 1m27s
This commit is contained in:
@ -1,12 +1,14 @@
|
||||
/**
|
||||
* @copyright nhcarrigan
|
||||
* @license Naomi's Public License
|
||||
* @author Naomi Carrigan
|
||||
*/
|
||||
import { Component, input } from "@angular/core";
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@Component({
|
||||
imports: [],
|
||||
selector: 'app-error',
|
||||
styleUrl: './error.component.css',
|
||||
selector: "app-error",
|
||||
styleUrl: "./error.component.css",
|
||||
templateUrl: "./error.component.html",
|
||||
})
|
||||
export class ErrorComponent {
|
||||
|
Reference in New Issue
Block a user