Skip to content

Commit

Permalink
fix keyboard import following conversion to TS
Browse files Browse the repository at this point in the history
  • Loading branch information
obiot committed Jul 19, 2024
1 parent 8ff2911 commit 9394b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/melonjs/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import pool from "./system/pooling.js";
import state from "./state/state.js";
import { BOOT, DOM_READY, eventEmitter } from "./system/event.ts";
import { setNocache } from "./loader/loader.js";
import { initKeyboardEvent } from "./input/keyboard.js";
import { initKeyboardEvent } from "./input/keyboard.ts";
import { getUriFragment } from "./utils/utils.ts";
import { onReady } from "./system/device.js";
import { version } from "./version.ts";
Expand Down

0 comments on commit 9394b9f

Please sign in to comment.