diff --git a/src/components/three/models/AnimatedModel.tsx b/src/components/three/models/AnimatedModel.tsx index 7a67479..03ab893 100644 --- a/src/components/three/models/AnimatedModel.tsx +++ b/src/components/three/models/AnimatedModel.tsx @@ -4,7 +4,7 @@ import type { AnimationAction } from "three"; import { AnimatedModelContext, type AnimatedModelContextValue, -} from "@/components/three/models/useAnimatedModel"; +} from "@/hooks/animation/useAnimatedModel"; import { useLoggedGLTF } from "@/hooks/three/useLoggedGLTF"; import type { ModelTransformProps } from "@/types/three/three"; diff --git a/src/components/three/models/useAnimatedModel.ts b/src/hooks/animation/useAnimatedModel.ts similarity index 100% rename from src/components/three/models/useAnimatedModel.ts rename to src/hooks/animation/useAnimatedModel.ts