Skip to content

Commit d758767

Browse files
committed
chore: fix circular dependency
1 parent b7dabb6 commit d758767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ParallaxBanner/components/ParallaxBannerLayer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { CSSProperties } from 'react';
2-
import { useParallax } from '../../..';
2+
import { useParallax } from '../../../hooks/useParallax';
33
import { getIsolatedParallaxProps } from '../../../helpers/getIsolatedParallaxProps';
44
import { getExpandedStyle } from '../helpers/getExpandedStyle';
55
import { getImageStyle } from '../helpers/getImageStyle';

0 commit comments

Comments
 (0)