More styling
All checks were successful
Build Website / Build NPM Project (push) Successful in 1m43s
Build Website / Tag Version (push) Successful in 11s
Build Website / Build & Push Dockerfile (push) Successful in 2m36s

This commit is contained in:
2024-01-10 09:56:56 -05:00
parent d482bebb13
commit 5d70a86253
6 changed files with 39 additions and 11 deletions

View File

@ -0,0 +1,9 @@
import {Component} from '@angular/core';
@Component({
selector: 'app-contact',
templateUrl: './contact.component.html'
})
export class ContactComponent {
}