Skip to content

Commit 6287dcd

Browse files
fix: remove unused Rectangle import from text.js
1 parent 3c22f83 commit 6287dcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/2d/text.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {Application, Rectangle, Vector2, Palette, Font} from "vectorjs";
1+
import {Application, Vector2, Palette, Font} from "vectorjs";
22

33
const screenWidth = 800;
44
const screenHeight = 600;

0 commit comments

Comments
 (0)