Files
legio-30/src/app/views/reenact/drill/drill.component.ts
ztimson 7ea4f1fb6c
All checks were successful
Build Website / Build NPM Project (push) Successful in 50s
Build Website / Tag Version (push) Successful in 11s
Build Website / Build & Push Dockerfile (push) Successful in 1m19s
Added DIY page
2024-01-15 21:03:07 -05:00

8 lines
153 B
TypeScript

import {Component} from '@angular/core';
@Component({
selector: 'xxx-drill',
templateUrl: './drill.component.html'
})
export class DrillComponent { }