|
|
@@ -2,10 +2,10 @@ import { Suspense } from "react";
|
|
|
import { IntlProvider } from "react-intl";
|
|
|
import { Provider } from "react-redux";
|
|
|
|
|
|
-import Loading from "./components/Loading";
|
|
|
import Router from "./Router";
|
|
|
import store from "./store";
|
|
|
import { detect as detect_locale, messages as get_messages } from "./locales";
|
|
|
+import Loading from "./components/loading/Loading";
|
|
|
|
|
|
const locale = detect_locale();
|
|
|
const messages = get_messages(locale);
|