Typos, agonium & drill page (v1)

This commit is contained in:
2022-11-11 15:44:02 -05:00
parent 1fc86d3614
commit 3958c9f986
22 changed files with 436 additions and 119 deletions

View File

@@ -2,6 +2,7 @@ import {Component} from '@angular/core';
@Component({
selector: 'xxx-drill',
templateUrl: './drill.component.html'
templateUrl: './drill.component.html',
styleUrls: ['./drill.component.scss']
})
export class DrillComponent { }