Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
#129 - Removed Patient Chat
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsenecal committed Mar 28, 2022
1 parent 0a67ab5 commit 99ecb6c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 69 deletions.
2 changes: 0 additions & 2 deletions src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import ChangePassword from '../pages/auth/change';
import ForgotPassword from '../pages/auth/forgot';
import SymptomsForm from '../pages/symptomsForm/SymptomsForm';
import SymptomsUpdate from '../pages/symptomsForm/SymptomsUpdate';
import PatientChat from './chat/PatientChat';
import { LayoutContext } from '../context/LayoutContext';
import { UserProvider } from '../context/UserContext';

Expand All @@ -42,7 +41,6 @@ function App() {
<Route path="/styleguide" element={<StyleGuide />} />
<Route path="/symptomsForm" element={<AuthRequired component={<SymptomsForm />} />} />
<Route path="/symptomsUpdate" element={<AuthRequired component={<SymptomsUpdate />} />} />
<Route path="/connect" element={<AuthRequired component={<PatientChat />} />} />
<Route path="/change" element={<AuthRequired component={<ChangePassword />} />} />
</Routes>
</UserProvider>
Expand Down
67 changes: 0 additions & 67 deletions src/components/chat/PatientChat.tsx

This file was deleted.

0 comments on commit 99ecb6c

Please sign in to comment.