From 1efd2fd7cc342cc4cbb6ad0dcf8da94935dbc767 Mon Sep 17 00:00:00 2001 From: Cody Seibert Date: Fri, 18 Oct 2024 00:51:27 -0400 Subject: [PATCH] update domains --- app/provider.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/provider.tsx b/app/provider.tsx index ae28041..1bf1a56 100644 --- a/app/provider.tsx +++ b/app/provider.tsx @@ -9,7 +9,11 @@ const convex = new ConvexReactClient(process.env.NEXT_PUBLIC_CONVEX_URL!); export function Providers({ children }: { children: React.ReactNode }) { return ( - + {children}