remove test and earn context provider

This commit is contained in:
fmtabbara
2023-09-21 12:35:33 +01:00
parent 1c2e3c754e
commit 33838eae8c
+6 -8
View File
@@ -18,14 +18,12 @@ if (elem) {
<ErrorBoundary FallbackComponent={ErrorFallback}>
<Router>
<ClientContextProvider>
<TestAndEarnContextProvider>
<GlobalStyles styles={{ html: { borderRadius: 10 } }} />
<NymMixnetTheme mode="dark">
<AppWindowFrame>
<AppRoutes />
</AppWindowFrame>
</NymMixnetTheme>
</TestAndEarnContextProvider>
<GlobalStyles styles={{ html: { borderRadius: 10 } }} />
<NymMixnetTheme mode="dark">
<AppWindowFrame>
<AppRoutes />
</AppWindowFrame>
</NymMixnetTheme>
</ClientContextProvider>
</Router>
</ErrorBoundary>,