Skip to content

Commit

Permalink
[chore] 미사용 import 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdulgi committed Aug 9, 2024
1 parent 3bc5ae7 commit 5ef518c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/introSection/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import style from "./index.module.css";
import SpinningCarVideo from "./car-spin.webm";
import Pointer from "./pointer.svg";
import { useEffect, useRef, useState } from "react";
import scrollTo from "../scroll/scrollTo.js";

function IntroSection() {
const videoRef = useRef(null);
Expand Down

0 comments on commit 5ef518c

Please sign in to comment.