diff --git a/frontend/src/providers/data.tsx b/frontend/src/providers/data.tsx index 83bd24d..65339c0 100644 --- a/frontend/src/providers/data.tsx +++ b/frontend/src/providers/data.tsx @@ -5,7 +5,7 @@ import { EventThemesProvider } from "@/context/event-theme-context"; export function DataProviders({ children }: { children: React.ReactNode }) { return ( - {children}; + {children} ); }