Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kpal81xd committed Dec 9, 2024
1 parent 74a12a0 commit fbde0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/esm/grid.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable-next-line import/no-unresolved */
import {
ShaderMaterial,
SEMANTIC_POSITION,
Expand All @@ -11,6 +10,7 @@ import {
Color,
Script,
Vec2
/* eslint-disable-next-line import/no-unresolved */
} from 'playcanvas';

const tmpVa = new Vec2();
Expand Down

0 comments on commit fbde0c2

Please sign in to comment.