From 4a2252db557434b6c9ec976de823760bb3c02ab8 Mon Sep 17 00:00:00 2001 From: Levironexe Date: Tue, 5 Nov 2024 15:49:42 +0700 Subject: [PATCH] 99% --- components/section/on-scroll-tutorial.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/section/on-scroll-tutorial.tsx b/components/section/on-scroll-tutorial.tsx index e1b7cf4..4a6b3fa 100644 --- a/components/section/on-scroll-tutorial.tsx +++ b/components/section/on-scroll-tutorial.tsx @@ -1,6 +1,5 @@ import React, { useState, useEffect } from 'react'; import { RiliabilitySection } from '..'; -import {motion} from 'framer-motion' const OnScrollSection = () => { const [scrollY, setScrollY] = useState(0);