Fixed file location, scroll float should be under text animation

Signed-off-by: zubairrafi <walleeva2018@gmail.com>
This commit is contained in:
zubairrafi
2025-07-12 12:48:43 +06:00
parent 936bca258a
commit ecaa5369b5
2 changed files with 1 additions and 1 deletions

View File

@@ -58,7 +58,7 @@ import CodeExample from '../../components/code/CodeExample.vue'
import Customize from '../../components/common/Customize.vue'
import ScrollFloat from '../../content/TextAnimations/ScrollFloat/ScrollFloat.vue'
import PreviewSlider from '../../components/common/PreviewSlider.vue'
import { scrollFloatCode } from '@/constants/code/Components/scrollFloatCode'
import { scrollFloatCode } from '@/constants/code/TextAnimations/scrollFloatCode'
const containerRef = ref<HTMLElement | null>(null)