generated from nhcarrigan/template
feat: empty components, functional nav
This commit is contained in:
11
src/app/characters/characters.ts
Normal file
11
src/app/characters/characters.ts
Normal file
@ -0,0 +1,11 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-characters',
|
||||
imports: [],
|
||||
templateUrl: './characters.html',
|
||||
styleUrl: './characters.css'
|
||||
})
|
||||
export class Characters {
|
||||
|
||||
}
|
Reference in New Issue
Block a user