diff --git a/src/gsap/hooks/useAnimation/useAnimation.mdx b/src/gsap/hooks/useAnimation/useAnimation.mdx index 7fca4b0..c2f22de 100644 --- a/src/gsap/hooks/useAnimation/useAnimation.mdx +++ b/src/gsap/hooks/useAnimation/useAnimation.mdx @@ -18,7 +18,7 @@ The callback accepts a `gsap.core.Animation` instance as a return type. You can (`gsap.to`, `gsap.from`, `gsap.fromTo`) and `gsap.timelines` to create an animation. ```tsx -import { useAnimation } from '@mediamonks/react-kit'; +import { useAnimation } from '@mediamonks/react-kit/gsap'; import gsap from 'gsap'; function Component(): null {