From 567871717b610d556914d647672d498ec8337331 Mon Sep 17 00:00:00 2001
From: osakila <osaki@lassic.co.jp>
Date: Tue, 19 Dec 2023 15:16:46 +0900
Subject: [PATCH] Fix import file

---
 .github/workflows/test-rn.yaml                       | 1 +
 react-native/src/theta-repository/options/options.ts | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/test-rn.yaml b/.github/workflows/test-rn.yaml
index d8c03df798..a493999df1 100644
--- a/.github/workflows/test-rn.yaml
+++ b/.github/workflows/test-rn.yaml
@@ -20,6 +20,7 @@ jobs:
       run: |
         cd ./react-native
         yarn install
+        yarn prepack
         yarn test --collectCoverage
     - name: Archive code coverage results
       if: always()
diff --git a/react-native/src/theta-repository/options/options.ts b/react-native/src/theta-repository/options/options.ts
index 0c89880123..c9db65a9cd 100644
--- a/react-native/src/theta-repository/options/options.ts
+++ b/react-native/src/theta-repository/options/options.ts
@@ -27,8 +27,8 @@ import type { VideoStitchingEnum } from './option-video-stitching';
 import type { VisibilityReductionEnum } from './option-visibility-reduction';
 import type { WhiteBalanceAutoStrengthEnum } from './option-white-balance-auto-strength';
 import type { WlanFrequencyEnum } from './option-wlan-frequency';
-import { OffDelayEnum } from './option-off-delay';
-import { SleepDelayEnum } from './option-sleep-delay';
+import type { OffDelayEnum } from './option-off-delay';
+import type { SleepDelayEnum } from './option-sleep-delay';
 
 /** Aperture value. */
 export const ApertureEnum = {