fix imports
This commit is contained in:
@@ -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'>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user