Skip to content

Commit 1526309

Browse files
committed
chore: sort imports to fix linting
1 parent dfc5a17 commit 1526309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/types/airspace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { TurnDirection } from "./ProcedureLeg"
21
import { Coordinates, Degrees, NauticalMiles } from "./math"
2+
import { TurnDirection } from "./ProcedureLeg"
33

44
export enum ControlledAirspaceType {
55
ClassC = "A",

0 commit comments

Comments
 (0)