Skip to content

Commit

Permalink
99%
Browse files Browse the repository at this point in the history
  • Loading branch information
Levironexe committed Nov 5, 2024
1 parent ed22dd4 commit 4a2252d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/section/on-scroll-tutorial.tsx
Original file line number Diff line number Diff line change
@@ -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);
Expand Down

0 comments on commit 4a2252d

Please sign in to comment.