Skip to content

Commit

Permalink
fix: type error
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasFridmansky committed Aug 10, 2024
1 parent 62bf3f9 commit 0e102b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Image/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Loader from '../Loader';
import { HEIGHT, LOADER_COLORS, WIDTH } from '../../core/constants';
import ImageStyles from './Image.styles';
import StoryVideo from './video';
import { StoryItemProps } from '~/core/dto/instagramStoriesDTO';
import { StoryItemProps } from '../../core/dto/instagramStoriesDTO';

const StoryImage: FC<StoryImageProps> = ( {
stories, activeStory, defaultStory, isDefaultVideo, paused, videoProps, isActive,
Expand Down

0 comments on commit 0e102b2

Please sign in to comment.