BOD-14 Cleanup and re-org of some components for messaging.

This commit is contained in:
Patrick Fic
2020-03-27 16:33:31 -07:00
parent f80f96f3df
commit c0be80b42e
11 changed files with 123 additions and 155 deletions

View File

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