Skip to content

Commit

Permalink
fix: wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
r0b0t3d committed Apr 24, 2021
1 parent c174411 commit b49f5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Carousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import Indicator from './Indicator';
import type { CarouselProps, CarouselRef } from '../types';
import PageItem from './PageItem';
import { findNearestPage, generateOffsets } from '../utils';
import type { CarouselData } from 'lib/typescript';
import type { CarouselData } from '../types';

const { width: wWidth } = Dimensions.get('screen');

Expand Down

0 comments on commit b49f5e9

Please sign in to comment.