feat: resolve lint issues, add action

This commit is contained in:
2025-07-15 19:03:37 -07:00
parent 4bb793561e
commit 13289de2c6
2 changed files with 52 additions and 5 deletions

View File

@ -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 {