From c2e364be7a51f3141b7535c371afcdf9235e6754 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 6 May 2026 21:19:41 +0300 Subject: [PATCH] fix imports --- src/screens/Lightbox/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/screens/Lightbox/index.tsx b/src/screens/Lightbox/index.tsx index a984b3e5f1..5a55ad2dca 100644 --- a/src/screens/Lightbox/index.tsx +++ b/src/screens/Lightbox/index.tsx @@ -7,8 +7,8 @@ import { type CommonNavigatorParams, type NativeStackScreenProps, } from '#/lib/routes/types' -import {useLightbox, useLightboxControls} from '#/state/lightbox' -import ImageView from '#/view/com/lightbox/ImageViewing' +import ImageView from '#/components/Lightbox/pager/ImagePager' +import {useLightbox, useLightboxControls} from '#/components/Lightbox/state' type Props = NativeStackScreenProps