Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgilbers committed Sep 26, 2024
1 parent f807b79 commit 1450cd6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion js/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import 'https://unpkg.com/lodash@4.17.21/lodash.min.js'
import { Product, findProduct, searchProducts } from './Products.js'
import { clickOnMap, loadJSON } from './Graph.js'
import { calculatePosition } from './Position.js'
import Astar from './Pathfinding.js'
import Astar from './Astar.js'

const loadedGraph = await loadJSON()
const astar = new Astar(loadedGraph)
Expand Down

0 comments on commit 1450cd6

Please sign in to comment.