Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hornta committed Jul 2, 2024
1 parent ac2c2c4 commit a7ee9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ import * as event from "./system/event.js";
import * as device from "./system/device.js";
import * as loader from "./loader/loader.js";
import * as math from "./math/math.js";
import * as utils from "./utils/utils.js";
import * as utils from "./utils/utils.ts";
import * as input from "./input/input.js";
import * as plugin from "./plugin/plugin.js";
import { cache as plugins } from "./plugin/plugin.js";
Expand Down

0 comments on commit a7ee9e0

Please sign in to comment.