From 53bb0c8eb0495eef202e36c49b465c03bd999e94 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 8 Nov 2025 20:52:26 +0000 Subject: [PATCH] Add DiscordActivityProvider wrapper and Activity route cgen-f557f36857234b33b5316e7b4716621d --- client/App.tsx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/client/App.tsx b/client/App.tsx index 287a3ea0..97df9233 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -118,9 +118,10 @@ const queryClient = new QueryClient(); const App = () => ( - - - + + + + @@ -348,6 +349,7 @@ const App = () => ( } /> {/* Discord routes */} + } /> } /> ( - - - + + + + );