From 5ef518cff911636e81dd72e679ed35aee355c898 Mon Sep 17 00:00:00 2001 From: darkdulgi Date: Fri, 9 Aug 2024 14:41:57 +0900 Subject: [PATCH] =?UTF-8?q?[chore]=20=EB=AF=B8=EC=82=AC=EC=9A=A9=20import?= =?UTF-8?q?=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/introSection/index.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/introSection/index.jsx b/src/introSection/index.jsx index f24c002d..2f3df666 100644 --- a/src/introSection/index.jsx +++ b/src/introSection/index.jsx @@ -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);