From e4d5ff825b263afebf796f3aa0e26146bc84451d Mon Sep 17 00:00:00 2001 From: Alireza Safaierad Date: Wed, 3 Sep 2025 18:39:09 +0200 Subject: [PATCH 1/2] test commit --- src/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index fbea1f7..99b51dd 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -22,7 +22,6 @@ const queryClient = new QueryClient({ }); export function App() { - // Todo return ( From 04f933a624358b92c845d78f8ec10789226518b5 Mon Sep 17 00:00:00 2001 From: Alireza Safaierad Date: Wed, 3 Sep 2025 18:40:13 +0200 Subject: [PATCH 2/2] test --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 99b51dd..b0f0016 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -19,7 +19,7 @@ const queryClient = new QueryClient({ retry: 1, }, }, -}); +}) export function App() { return (