tycg_carviolation_FE/src/app/components/app-footer/app-footer.component.ts
2023-08-03 10:37:39 +08:00

8 lines
167 B
TypeScript

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