Refactored Messaging as a part of BOD-14. Breaking changes remain.
This commit is contained in:
@@ -10,6 +10,7 @@ import LoadingSpinner from "../../components/loading-spinner/loading-spinner.com
|
||||
import "./manage.page.styles.scss";
|
||||
import BreadCrumbs from "../../components/breadcrumbs/breadcrumbs.component";
|
||||
import PrintCenterModalContainer from "../../components/print-center-modal/print-center-modal.container";
|
||||
import ChatAffixContainer from "../../components/chat-affix/chat-affix.container";
|
||||
|
||||
const ManageRootPage = lazy(() =>
|
||||
import("../manage-root/manage-root.page.container")
|
||||
@@ -22,9 +23,6 @@ const ProfilePage = lazy(() => import("../profile/profile.container.page"));
|
||||
const JobsAvailablePage = lazy(() =>
|
||||
import("../jobs-available/jobs-available.page.container")
|
||||
);
|
||||
const ChatDockContainer = lazy(() =>
|
||||
import("../../components/chat-dock/chat-dock.container")
|
||||
);
|
||||
const ScheduleContainer = lazy(() =>
|
||||
import("../schedule/schedule.page.container")
|
||||
);
|
||||
@@ -231,7 +229,7 @@ export default function Manage({ match }) {
|
||||
<Footer>
|
||||
<FooterComponent />
|
||||
</Footer>
|
||||
<ChatDockContainer />
|
||||
<ChatAffixContainer />
|
||||
<BackTop />
|
||||
</Layout>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user