Jelajahi Sumber

import loading from new loading components

visuddhinanda 1 bulan lalu
induk
melakukan
7136ea04cf
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      dashboard-v6/src/App.tsx

+ 1 - 1
dashboard-v6/src/App.tsx

@@ -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);