mirror of
https://github.com/adam-benyekkou/my_portfolio.git
synced 2026-01-15 20:20:09 +00:00
12 lines
245 B
TypeScript
12 lines
245 B
TypeScript
import { Component } from '@angular/core';
|
|
|
|
@Component({
|
|
selector: 'app-footer-display',
|
|
imports: [],
|
|
templateUrl: './footer-display.component.html',
|
|
styleUrl: './footer-display.component.css'
|
|
})
|
|
export class FooterDisplayComponent {
|
|
|
|
}
|