remove test and earn context provider
This commit is contained in:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user