refactor: change pkg scope to vue-flow

This commit is contained in:
braks
2022-10-08 23:25:34 +02:00
committed by Braks
parent eb507c8e76
commit 8567e3733b
163 changed files with 288 additions and 288 deletions
@@ -1,6 +1,6 @@
import { AStarFinder, DiagonalMovement, Util } from 'pathfinding'
import type { Grid, Heuristic } from 'pathfinding'
import type { XYPosition } from '@braks/vue-flow'
import type { XYPosition } from '@vue-flow/core'
// https://www.npmjs.com/package/pathfinding#advanced-usage
declare module 'pathfinding' {