From ac76a88edbc480ed34fb92536be3d04d989c1de6 Mon Sep 17 00:00:00 2001
From: thisagi <106305548+thisagi@users.noreply.github.com>
Date: Tue, 5 Nov 2024 18:41:29 +0900
Subject: [PATCH] fix: lint
---
app/routes/_index/SignUp.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/routes/_index/SignUp.tsx b/app/routes/_index/SignUp.tsx
index b8f4eff..d5b8658 100644
--- a/app/routes/_index/SignUp.tsx
+++ b/app/routes/_index/SignUp.tsx
@@ -29,7 +29,7 @@ export function SignUp(): ReactNode {
className="grid justify-items-center gap-8"
>
-
+
);
}