X-lab2017 / gi-assets-xlab

A G6VP asset for X-lab
http://osgraph.x-lab.info/
6 stars 5 forks source link

import error: ShortestPath #19

Open saschamcdonald opened 5 months ago

saschamcdonald commented 5 months ago

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';