mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-22 04:05:42 +00:00
Remove unneeded import statement
This commit is contained in:
parent
4afc663fb2
commit
5e426adda1
@ -1,7 +1,5 @@
|
||||
import Mousetrap from "mousetrap";
|
||||
|
||||
import { ui } from "./app/ui";
|
||||
|
||||
// Add all numpad keys to Mousetrap (keycodes 97-105 correspond to numpad 1-9)
|
||||
const numpadKeys = {};
|
||||
for (let num = 1; num <= 9; num++) numpadKeys[num + 96] = `num${num}`;
|
||||
|
Loading…
Reference in New Issue
Block a user