Add import for the reset command

This commit is contained in:
Oliver Akins 2022-01-13 14:48:20 -06:00
parent 8402465e63
commit dd6e4ef0de
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View file

@ -38,6 +38,7 @@ export var commands = {};
import "./commands/start"; import "./commands/start";
import "./commands/reset";
import "./commands/next"; import "./commands/next";