Removed unused import

This commit is contained in:
Mitchell McCaffrey 2021-02-16 17:33:01 +11:00
parent b8d3c24e1d
commit b7ed9ae9d0

View File

@ -3,7 +3,6 @@ import polygonClipping from "polygon-clipping";
import Vector2 from "./Vector2";
import { toDegrees } from "./shared";
import { logError } from "./logging";
import { getNearestCellCoordinates, getCellLocation } from "./grid";
/**