angular-covid/angular/src/app/symptome/symptome.component.ts
2025-03-07 16:04:50 +01:00

11 lines
228 B
TypeScript

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