generated from nhcarrigan/template
feat: resolve lint issues, add action
This commit is contained in:
@ -1,10 +1,16 @@
|
||||
import { Component } from '@angular/core';
|
||||
/**
|
||||
* @copyright nhcarrigan
|
||||
* @license Naomi's Public License
|
||||
* @author Naomi Carrigan
|
||||
*/
|
||||
|
||||
import { Component } from "@angular/core";
|
||||
|
||||
@Component({
|
||||
selector: 'app-characters',
|
||||
imports: [],
|
||||
templateUrl: './characters.html',
|
||||
styleUrl: './characters.css'
|
||||
imports: [],
|
||||
selector: "app-characters",
|
||||
styleUrl: "./characters.css",
|
||||
templateUrl: "./characters.html",
|
||||
})
|
||||
export class Characters {
|
||||
|
||||
|
Reference in New Issue
Block a user