gisaf-frontend/src/app/info/info-home/info-home.component.ts
2025-06-28 03:58:17 +02:00

8 lines
171 B
TypeScript

import { Component } from '@angular/core'
@Component({
selector: 'gisaf-info-home',
templateUrl: './info-home.component.html',
})
export class InfoHomeComponent { }