Summary:
A case sensitive error:
Incorrect import for shortest path in src/services/index.tsx
Location of issue:
src/services/index.tsx
current code:
import as ShortestPath from './shortestPath';
Fix to be implemented:
import as ShortestPath from './ShortestPath';
Summary: A case sensitive error: Incorrect import for shortest path in src/services/index.tsx Location of issue: src/services/index.tsx current code: import as ShortestPath from './shortestPath'; Fix to be implemented: import as ShortestPath from './ShortestPath';