From 795c164a2ea450111ded71081ce069e43cf1a8ec Mon Sep 17 00:00:00 2001 From: imnyang Date: Thu, 13 Feb 2025 20:14:57 +0900 Subject: [PATCH] =?UTF-8?q?useRef=EB=A5=BC=20=EC=95=88=EC=8D=A8=EC=84=9C?= =?UTF-8?q?=20=E3=85=8E=E3=85=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Home/About.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Home/About.tsx b/src/components/Home/About.tsx index 0a8571c..717b071 100644 --- a/src/components/Home/About.tsx +++ b/src/components/Home/About.tsx @@ -1,4 +1,4 @@ -import { useEffect, useState, useRef } from "react"; +import { useEffect, useState } from "react"; import { Link } from "react-router"; export default function About() {