angular-car/src/app/components/essentials/footer/footer.component.ts
2025-04-10 14:15:19 +02:00

11 lines
220 B
TypeScript

import { Component } from '@angular/core';
@Component({
selector: 'app-footer',
standalone: false,
templateUrl: './footer.component.html',
styleUrl: './footer.component.css'
})
export class FooterComponent {
}