From c2d0691e447c8f4dfb4f35742c6a5e66dabcb351 Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 04:57:30 +0000 Subject: [PATCH] Fix lint errors for src/components/main/index.tsx --- src/components/main/index.tsx | 36 +++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/components/main/index.tsx b/src/components/main/index.tsx index 6ef49436..6c968b34 100644 --- a/src/components/main/index.tsx +++ b/src/components/main/index.tsx @@ -5,32 +5,32 @@ import Tilt from 'react-parallax-tilt' import Typewriter from './type' import { useEffect, useRef } from 'react' // import 'animate.css/animate.css' -export default function Main() { +export default function Main () { const mainEl = useRef(null) // useEffect(() => { // if (document.activeElement !== mainEl.current) { // // do something - // mainEl.current.className + // mainEl.current.className // } // }) - return ( -
-
-
-
- - - -
+ return ( +
+
+
+
+ + + +
-
+
-

👋🏾 Hi im Saahil

-

Welcome to my site.

- +

👋🏾 Hi im Saahil

+

Welcome to my site.

+ +
-
- ) -} \ No newline at end of file + ) +}