From 4493238ab16bc681f76cd0f5d7e910d995b1b8e4 Mon Sep 17 00:00:00 2001 From: 2hwk Date: Sun, 31 Mar 2024 15:38:49 +0800 Subject: [PATCH] fix: broken index.ts --- fbw-common/src/systems/shared/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';