diff --git a/fbw-common/src/systems/shared/src/index.ts b/fbw-common/src/systems/shared/src/index.ts index f9f5c542a58c..556d3387f841 100644 --- a/fbw-common/src/systems/shared/src/index.ts +++ b/fbw-common/src/systems/shared/src/index.ts @@ -1,4 +1,4 @@ -export * from './AircraftVersionChecker'; +export * from './AircraftGithubVersionChecker'; export * from './ApproachUtils'; export * from './Arinc429ConsumerSubject'; export * from './Arinc429RegisterSubject';