More styling
This commit is contained in:
0
src/app/components/contact/contact.component.html
Normal file
0
src/app/components/contact/contact.component.html
Normal file
9
src/app/components/contact/contact.component.ts
Normal file
9
src/app/components/contact/contact.component.ts
Normal file
@ -0,0 +1,9 @@
|
||||
import {Component} from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-contact',
|
||||
templateUrl: './contact.component.html'
|
||||
})
|
||||
export class ContactComponent {
|
||||
|
||||
}
|
Reference in New Issue
Block a user