From 4e803971543569787f7f2b445643d69051a1f359 Mon Sep 17 00:00:00 2001 From: Vinicius Souza Date: Thu, 31 Oct 2024 09:18:27 -0300 Subject: [PATCH] feat: change route when user is logged in --- src/routes/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 72874f5..29734ac 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -18,7 +18,7 @@ export function Routes() { return ( - + {user.id ? : } );