From 9712bdcb511d572af4a219040483f740032c45da Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 23:24:10 +0000 Subject: [PATCH] enhancement(lint): Fix lint errors for src/components/ReWork/index.tsx Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> --- src/components/ReWork/index.tsx | 35 +++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/src/components/ReWork/index.tsx b/src/components/ReWork/index.tsx index 6a340f8d..c921c8f3 100644 --- a/src/components/ReWork/index.tsx +++ b/src/components/ReWork/index.tsx @@ -1,15 +1,20 @@ -export default function ReWork() { - return
-
-
-
-

🚧 Being redone 🚧

-

- Hiii this site is currently being re done, until then visit my retro site! -

- Retro site -
-
-
-
; -} \ No newline at end of file +export default function ReWork() { + return ( +
+
+
+
+

🚧 Being redone 🚧

+

+ Hiii this site is currently being re done, until then visit my + retro site! +

+ + Retro site + +
+
+
+
+ ); +}