Add a component on the flights in tunnel

This commit is contained in:
Sébastien ANDRE
2023-05-04 11:33:00 +02:00
parent 1dff0119de
commit fe9cb202ba
9 changed files with 47 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-new-tunnel-flight',
templateUrl: './new-tunnel-flight.component.html',
styleUrls: ['./new-tunnel-flight.component.css']
})
export class NewTunnelFlightComponent {
}