♻️ clean up

This commit is contained in:
platane
2022-03-24 14:54:28 +01:00
parent 825e58e5fd
commit 3c697c687e
3 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
import "./menu";
import { getBestRoute } from "@snk/solver/getBestRoute";
import { createSvg } from "../svg-creator";
import { createSvg } from "@snk/svg-creator";
import { grid, snake } from "./sample";
import { drawOptions } from "./canvas";
import { getPathToPose } from "@snk/solver/getPathToPose";