diff --git a/src/modules/maze/index.ts b/src/modules/maze/index.ts index e8df493..41ae9a8 100644 --- a/src/modules/maze/index.ts +++ b/src/modules/maze/index.ts @@ -1,7 +1,3 @@ -/** - * Random avatar generator - */ - import * as fs from 'fs'; import autobind from 'autobind-decorator'; import Module from '../../module';