chore: delete intermediate

This commit is contained in:
Paul Makles
2022-07-05 21:13:42 +01:00
parent f7ff7d0dfe
commit f9c6f5cd9d
35 changed files with 129 additions and 1104 deletions

View File

@@ -13,7 +13,6 @@ import ModalRenderer from "../controllers/modals/ModalRenderer";
import Locale from "./Locale";
import Theme from "./Theme";
import { history } from "./history";
import Intermediate from "./intermediate/Intermediate";
const uiContext = {
Link,
@@ -39,10 +38,8 @@ export default function Context({ children }: { children: Children }) {
<Router history={history}>
<UIProvider value={uiContext}>
<Locale>
<Intermediate>
{children}
<Binder />
</Intermediate>
<>{children}</>
<Binder />
<ModalRenderer />
</Locale>
</UIProvider>