diff options
Diffstat (limited to 'commandManager.js')
-rw-r--r-- | commandManager.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/commandManager.js b/commandManager.js index cf28a8c..62623f8 100644 --- a/commandManager.js +++ b/commandManager.js @@ -2,9 +2,8 @@ import { openTimerGui } from "./render/timerGui.js" import { openPowderGui } from "./render/powertrackerGui" import { openCoordsGui } from "./render/coordsGui.js" import { openDowntimeGui } from "./render/downtimeGui.js" -import { openCwGui } from "./render/cwGui" +import { openCwGui, reload } from "./render/cwGui" import { help } from "./commands/help" -import { reload } from "./commands/reload" import { setkey } from "./commands/setkey" import { spiral } from "./commands/spiral" import { throne } from "./commands/throne" |