Add a component on the flights in tunnel
This commit is contained in:
@@ -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 {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user