Added DIY page
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

This commit is contained in:
2024-01-15 21:03:07 -05:00
parent 7764c46078
commit 7ea4f1fb6c
23 changed files with 74 additions and 75 deletions

View File

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