Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed Oct 6, 2024
1 parent 64b218f commit ceaf7df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/transform/pos.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { isFixed } from "../../game/utils";
import { getViewportScale, width } from "../../gfx";
import { globalOpt, k } from "../../kaplay";
import { getViewportScale } from "../../gfx";
import { k } from "../../kaplay";
import { Vec2, vec2, type Vec2Args } from "../../math/math";
import type { Comp, GameObj } from "../../types";
import type { FixedComp } from "./fixed";
Expand Down

0 comments on commit ceaf7df

Please sign in to comment.