diff --git a/src/app/index.tsx b/src/app/index.tsx
index 8568a98..67356e5 100644
--- a/src/app/index.tsx
+++ b/src/app/index.tsx
@@ -1,18 +1,25 @@
import * as React from "react";
import { Router } from "./router";
-import { CustomTheme } from "@shared";
+import { CustomTheme, languageStore } from "@shared";
import { ThemeProvider } from "@mui/material/styles";
import { ToastContainer } from "react-toastify";
import { GlobalErrorBoundary } from "./GlobalErrorBoundary";
import { TestingModeBanner } from "@widgets";
+import { observer } from "mobx-react-lite";
-export const App: React.FC = () => (
-