fix imports

This commit is contained in:
Samuel Newman
2026-05-06 21:19:41 +03:00
parent ed3de2c1c3
commit c2e364be7a
+2 -2
View File
@@ -7,8 +7,8 @@ import {
type CommonNavigatorParams, type CommonNavigatorParams,
type NativeStackScreenProps, type NativeStackScreenProps,
} from '#/lib/routes/types' } from '#/lib/routes/types'
import {useLightbox, useLightboxControls} from '#/state/lightbox' import ImageView from '#/components/Lightbox/pager/ImagePager'
import ImageView from '#/view/com/lightbox/ImageViewing' import {useLightbox, useLightboxControls} from '#/components/Lightbox/state'
type Props = NativeStackScreenProps<CommonNavigatorParams, 'Lightbox'> type Props = NativeStackScreenProps<CommonNavigatorParams, 'Lightbox'>