AltitudeWeb/frontend/src/app/footer/footer.component.ts

12 lines
219 B
TypeScript
Raw Normal View History

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