Skip to content

Commit

Permalink
clean and debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaumik-Ashraf committed Jul 26, 2023
1 parent 7a3a606 commit 777c576
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 575 deletions.
10 changes: 0 additions & 10 deletions src/ui/components/Admin/Admin.jsx

This file was deleted.

1 change: 0 additions & 1 deletion src/ui/components/Admin/index.js

This file was deleted.

7 changes: 2 additions & 5 deletions src/ui/components/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ import './app.css';
import PersonSearchIcon from '@mui/icons-material/PersonSearch';
import ConstructionIcon from '@mui/icons-material/Construction';

//import DashboardLayout from './Dashboard';
//import Admin from './Admin';

import Layout from './Layout';
import PatientViewer from './PatientViewer';
import Customizer from './Customizer';
Expand Down Expand Up @@ -50,8 +47,8 @@ const routes = [
{ path: '/procedures', label: offline ? false : 'Procedures', element: <Collections selectedCollection="procedures" /> },
{ path: '/providers', label: offline ? false : 'Providers', element: <Collections selectedCollection="providers" /> },
{ path: '/supplies', label: offline ? false : 'Supplies', element: <Collections selectedCollection="supplies" /> },
// this should be last:

// this must be last:
{ path: '/*', label: false, element: <NotFound />}
];

Expand Down
158 changes: 0 additions & 158 deletions src/ui/components/Dashboard/DashboardLayout.jsx

This file was deleted.

60 changes: 0 additions & 60 deletions src/ui/components/Dashboard/Menu.jsx

This file was deleted.

18 changes: 0 additions & 18 deletions src/ui/components/Dashboard/NavBar.jsx

This file was deleted.

81 changes: 0 additions & 81 deletions src/ui/components/Dashboard/Sidebar.jsx

This file was deleted.

1 change: 0 additions & 1 deletion src/ui/components/Dashboard/index.js

This file was deleted.

Loading

0 comments on commit 777c576

Please sign in to comment.