BOD-14 Cleanup and re-org of some components for messaging.
This commit is contained in:
@@ -20,8 +20,8 @@ const ProfilePage = lazy(() => import("../profile/profile.container.page"));
|
||||
const JobsAvailablePage = lazy(() =>
|
||||
import("../jobs-available/jobs-available.page.container")
|
||||
);
|
||||
const ChatWindowContainer = lazy(() =>
|
||||
import("../../components/chat-overlay/chat-overlay.container")
|
||||
const ChatDockContainer = lazy(() =>
|
||||
import("../../components/chat-dock/chat-dock.container")
|
||||
);
|
||||
const ScheduleContainer = lazy(() =>
|
||||
import("../schedule/schedule.page.container")
|
||||
@@ -135,7 +135,7 @@ export default function Manage({ match }) {
|
||||
<Footer>
|
||||
<FooterComponent />
|
||||
</Footer>
|
||||
<ChatWindowContainer />
|
||||
<ChatDockContainer />
|
||||
<BackTop />
|
||||
</Layout>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user