From 574772205fbf4e77126a18c7fa467b5236cec2da Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 14:47:10 +0000 Subject: [PATCH] Fix lint errors for src/components/main/index.tsx --- src/components/main/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/main/index.tsx b/src/components/main/index.tsx index b26303b6..732913ba 100644 --- a/src/components/main/index.tsx +++ b/src/components/main/index.tsx @@ -6,7 +6,7 @@ import Typewriter from './type' import { useEffect, useRef } from 'react' export default function Main () { const mainEl = useRef(null) - + return (