Remove unused import
This commit is contained in:
parent
07c61fed6a
commit
e649f630c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue