File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
components/HeroCarouselSlide Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { View } from 'react-native'
22import { AutoCarouselSlideContext } from '../../context/SlideContext'
33import { useAutoScroll } from '../../hooks/useAutoScroll'
44import { useMemo } from 'react'
5- import { useManualScroll } from 'hooks/useManualScroll'
5+ import { useManualScroll } from '../../ hooks/useManualScroll'
66
77export const HeroCarouselSlide = ( {
88 children,
Original file line number Diff line number Diff line change 11import { createContext , useContext } from 'react'
22import { useAutoScroll } from '../../hooks/useAutoScroll'
3- import { useManualScroll } from 'hooks/useManualScroll'
3+ import { useManualScroll } from '../../ hooks/useManualScroll'
44
55export const AutoCarouselSlideContext = createContext < {
66 index : number
You can’t perform that action at this time.
0 commit comments