Updates
This commit is contained in:
7
src/app/views/reenact/drill/drill.component.ts
Normal file
7
src/app/views/reenact/drill/drill.component.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import {Component} from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'xxx-drill',
|
||||
templateUrl: './drill.component.html'
|
||||
})
|
||||
export class DrillComponent { }
|
||||
Reference in New Issue
Block a user