diff --git a/client/src/atc/FlightList.ts b/client/src/atc/FlightList.ts deleted file mode 100644 index 36185eef..00000000 --- a/client/src/atc/FlightList.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { ATCMockAPI_Flights } from "./atcmockapi/flights"; - -export class ATCFLightList { - - - constructor() { - - - - } - - - getFlights( generateMockDataIfEmpty?:boolean ) { - let api = new ATCMockAPI_Flights(); - return api.get( generateMockDataIfEmpty ); - } - -} \ No newline at end of file