Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjozork committed May 6, 2023
1 parent 22d18c2 commit 7e35c37
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ import { FlightPlanLeg, FlightPlanLegFlags } from '@fmgc/flightplanning/new/legs
import { SegmentClass } from '@fmgc/flightplanning/new/segments/SegmentClass';
import { HoldData } from '@fmgc/flightplanning/data/flightplan';
import { FlightArea } from '@fmgc/navigation/FlightArea';
import { FlightPlanPerformanceData } from './performance/FlightPlanPerformanceData'; import {
BaseFlightPlan, FlightPlanQueuedOperation,
SerializedFlightPlan,
} from './BaseFlightPlan';
import { FlightPlanPerformanceData } from './performance/FlightPlanPerformanceData';
import { BaseFlightPlan, FlightPlanQueuedOperation, SerializedFlightPlan } from './BaseFlightPlan';

export class FlightPlan extends BaseFlightPlan {
static empty(index: number, bus: EventBus): FlightPlan {
Expand Down

0 comments on commit 7e35c37

Please sign in to comment.