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}