diff --git a/src/App.tsx b/src/App.tsx index 6823e5e..5d19d04 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -11,12 +11,14 @@ import React from "react"; import PrivacyPolicy from "@/pages/PrivacyPolicy.tsx"; import Footer from "@/components/Footer.tsx"; import SpeakerInfo from "@/components/SpeakerInfo.tsx"; +import {AppProvider} from "@/context/AppContext.tsx"; const queryClient = new QueryClient(); const App = () => { return ( + @@ -28,12 +30,13 @@ const App = () => { } /> }/> }/> - }/> + }/>