From 3d992f6bb5f371dacbb390bf5a9b3ee2f7e28bea Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 30 Aug 2024 18:26:03 -0500 Subject: Fix provider order (#5046) --- src/App.web.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/App.web.tsx') diff --git a/src/App.web.tsx b/src/App.web.tsx index 88fd80248..8531dc88d 100644 --- a/src/App.web.tsx +++ b/src/App.web.tsx @@ -151,11 +151,11 @@ function App() { * that is set up in the InnerApp component above. */ return ( - - - - - + + + + + @@ -169,11 +169,11 @@ function App() { - - - - - + + + + + ) } -- cgit 1.4.1