From 53e43a957c2e0f3f020c34653cbf5029ec6dd8bb Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 9 Sep 2025 18:38:21 +0300 Subject: run `yarn lint --fix` (#9013) --- src/components/feeds/PostFeedVideoGridRow.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/feeds/PostFeedVideoGridRow.tsx') diff --git a/src/components/feeds/PostFeedVideoGridRow.tsx b/src/components/feeds/PostFeedVideoGridRow.tsx index 7f9898083..c4014fd44 100644 --- a/src/components/feeds/PostFeedVideoGridRow.tsx +++ b/src/components/feeds/PostFeedVideoGridRow.tsx @@ -2,8 +2,8 @@ import {View} from 'react-native' import {AppBskyEmbedVideo} from '@atproto/api' import {logEvent} from '#/lib/statsig/statsig' -import {FeedPostSliceItem} from '#/state/queries/post-feed' -import {VideoFeedSourceContext} from '#/screens/VideoFeed/types' +import {type FeedPostSliceItem} from '#/state/queries/post-feed' +import {type VideoFeedSourceContext} from '#/screens/VideoFeed/types' import {atoms as a, useGutters} from '#/alf' import * as Grid from '#/components/Grid' import { -- cgit 1.4.1