From 54d833ba8bb6353f3747db380e300cb470eb98ae Mon Sep 17 00:00:00 2001 From: afred Date: Wed, 11 Dec 2024 10:48:40 +0800 Subject: [PATCH] test --- app/components/auth.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/components/auth.tsx b/app/components/auth.tsx index 22f091fc9..6a0db398c 100644 --- a/app/components/auth.tsx +++ b/app/components/auth.tsx @@ -103,6 +103,14 @@ export function AuthPage() { /> ) : null} + +
+ +
); }