From 6c2faa21f4a9817cadf844b6bd377452098ba961 Mon Sep 17 00:00:00 2001 From: Yevhen Shevchenko <90138953+yeshev@users.noreply.github.com> Date: Fri, 24 Mar 2023 14:46:28 +0200 Subject: [PATCH] fix(query): change correct position of provider (#2498) --- frontend/src/AppRoutes/index.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/AppRoutes/index.tsx b/frontend/src/AppRoutes/index.tsx index ec7db3f0aa..832e557e49 100644 --- a/frontend/src/AppRoutes/index.tsx +++ b/frontend/src/AppRoutes/index.tsx @@ -18,9 +18,9 @@ function App(): JSX.Element { return ( - - - + + + }> @@ -37,9 +37,9 @@ function App(): JSX.Element { - - - + + + );