diff --git a/src/AdminGuesser.tsx b/src/AdminGuesser.tsx index ac30a401..c92ca6c0 100644 --- a/src/AdminGuesser.tsx +++ b/src/AdminGuesser.tsx @@ -6,6 +6,7 @@ import { I18nContextProvider, Loading, ThemeProvider, + ThemesContext, defaultI18nProvider, } from 'react-admin'; import { createHashHistory, createMemoryHistory } from 'history'; @@ -231,11 +232,17 @@ const AdminGuesserWithError = ({ return ( - - - - - + + + + + + + ); };