This commit is contained in:
Chris Chen 2025-11-05 15:47:14 -08:00
parent 716e25f0ba
commit 89cb09adb6

View File

@ -34,6 +34,7 @@ import { MD2HeroProfileService } from '../service/massive-darkness2.service';
] ]
}) })
export class HeroDashboardComponent extends MD2Base implements OnInit { export class HeroDashboardComponent extends MD2Base implements OnInit {
MD2Icon = MD2Icon;
heroAction(hero: MD2HeroInfo, action: string) { heroAction(hero: MD2HeroInfo, action: string) {
throw new Error('Method not implemented.'); throw new Error('Method not implemented.');
} }