jpe-controle/FencerJudgeFront/src/app/app.component.ts
2025-06-02 09:57:48 +02:00

11 lines
239 B
TypeScript

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