Remove unused import

This commit is contained in:
arne 2024-07-21 00:27:07 +02:00
commit e649f630c1

View file

@ -1,4 +1,4 @@
import { line, type Line, group, translate, asSvg, svgDoc, scale, flip } from "@thi.ng/geom"; import { line, type Line, group, translate, asSvg, svgDoc, scale } from "@thi.ng/geom";
import { vec2, type Vec2 } from "@thi.ng/vectors" import { vec2, type Vec2 } from "@thi.ng/vectors"
import { $canvas } from "@thi.ng/rdom-canvas"; import { $canvas } from "@thi.ng/rdom-canvas";
import { reactive, sync } from "@thi.ng/rstream"; import { reactive, sync } from "@thi.ng/rstream";