This commit is contained in:
2022-11-03 19:55:11 -04:00
parent e47d2c4b2f
commit 247201ed2e
11 changed files with 88 additions and 8 deletions

View File

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