Skip to content

Commit 7ee4e1a

Browse files
create KIDashboard folder and move KIDashboard component there
modified path in routes.jsx to reflect this change
1 parent 1f46216 commit 7ee4e1a

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/KitchenandInventory/KIDashboard.jsx renamed to src/components/KitchenandInventory/KIDashboard/KIDashboard.jsx

File renamed without changes.

src/routes.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ import CommunityCalendar from './components/CommunityPortal/Calendar/CommunityCa
171171
// Kicthen and Inventory Portal
172172
import KitchenandInventoryLogin from './components/KitchenandInventory/Login';
173173
import KIProtectedRoute from './components/common/KitchenandInventory/KIProtectedRoute';
174-
import KIDashboard from './components/KitchenandInventory/KIDashboard';
174+
import KIDashboard from './components/KitchenandInventory/KIDashboard/KIDashboard';
175175

176176
// Education Portal
177177
import EPProtectedRoute from './components/common/EPDashboard/EPProtectedRoute';

0 commit comments

Comments
 (0)