From f8e0bb399d205386a2d8543510948682b641c479 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 10 May 2019 14:08:32 +0900 Subject: [PATCH] Update index.ts --- src/modules/maze/index.ts | 4 ---- 1 file changed, 4 deletions(-) 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';