From d0cd73152f66abee96ca3894903ee7fd7001110b Mon Sep 17 00:00:00 2001 From: Username Date: Mon, 9 Sep 2024 18:58:45 +1200 Subject: [PATCH] Fix lint errors --- src/components/Lottie/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Lottie/index.tsx b/src/components/Lottie/index.tsx index 015b1baf623c..4879e80df146 100644 --- a/src/components/Lottie/index.tsx +++ b/src/components/Lottie/index.tsx @@ -5,10 +5,10 @@ import type {ForwardedRef} from 'react'; import React, {forwardRef, useContext, useEffect, useState} from 'react'; import {View} from 'react-native'; import type DotLottieAnimation from '@components/LottieAnimations/types'; -import * as Browser from '@libs/Browser'; import useAppState from '@hooks/useAppState'; import useNetwork from '@hooks/useNetwork'; import useThemeStyles from '@hooks/useThemeStyles'; +import * as Browser from '@libs/Browser'; import CONST from '@src/CONST'; import NAVIGATORS from '@src/NAVIGATORS'; import {useSplashScreenStateContext} from '@src/SplashScreenStateContext';