From a22685c34542d43a71c3496df28e86207ec7fbed Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 29 Oct 2024 23:02:48 +0000 Subject: Sort imports (#6009) * Mark import sort/order/style rules as error * npm run lint -- --fix --- src/lib/custom-animations/LikeIcon.web.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/custom-animations/LikeIcon.web.tsx') diff --git a/src/lib/custom-animations/LikeIcon.web.tsx b/src/lib/custom-animations/LikeIcon.web.tsx index 9a70212fe..79a646e6d 100644 --- a/src/lib/custom-animations/LikeIcon.web.tsx +++ b/src/lib/custom-animations/LikeIcon.web.tsx @@ -2,7 +2,7 @@ import React from 'react' import {View} from 'react-native' import {useReducedMotion} from 'react-native-reanimated' -import {s} from 'lib/styles' +import {s} from '#/lib/styles' import {useTheme} from '#/alf' import { Heart2_Filled_Stroke2_Corner0_Rounded as HeartIconFilled, -- cgit 1.4.1