From dd6e4ef0dea6e7d9041e42ed71cd7a67a35e6670 Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Thu, 13 Jan 2022 14:48:20 -0600 Subject: [PATCH] Add import for the reset command --- src/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.ts b/src/main.ts index 332d602..54b2775 100644 --- a/src/main.ts +++ b/src/main.ts @@ -38,6 +38,7 @@ export var commands = {}; import "./commands/start"; +import "./commands/reset"; import "./commands/next";