Skip to content

Commit

Permalink
fix: 🩹 fix import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Jan 17, 2024
1 parent 60c77e9 commit e923dde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/objects/DetailedSatellite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import {
TleLine2,
} from 'ootk-core';
import { DetailedSatelliteParams } from '../types/types';
import { CatalogSource } from 'src/enums/CatalogSource';
import { CatalogSource } from '../main';

/**
* Represents a detailed satellite object with launch, spacecraft, and operations details.
Expand Down
3 changes: 1 addition & 2 deletions src/transforms/transforms.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { DEG2RAD, Degrees, EnuVec3, RAD2DEG, Radians, RaeVec3, TAU } from 'ootk-core';
import { RfSensor } from 'src/objects/RfSensor';
import { RfVec3, RuvVec3 } from 'src/types/types';
import { RfVec3, RuvVec3, RfSensor } from '../main';

/**
* Converts Azimuth and Elevation to U and V.
Expand Down

0 comments on commit e923dde

Please sign in to comment.