From 280264cca08e7fbd035eda5be918b5a965bb0c05 Mon Sep 17 00:00:00 2001 From: brooktewabe Date: Fri, 17 Apr 2026 12:13:59 +0300 Subject: [PATCH] start up issue --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 2e75922..769f718 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -54,7 +54,7 @@ function ProtectedLayout() { export default function App() { return ( - Loading...}> + }> } />