From 8ad5d2720e26aca868cdd15b99d835b5958cadcf Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Tue, 26 Jan 2021 19:59:14 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=AB=20unuseful=20import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 7ca4ed4..c08db83 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,3 @@ -import "module-alias/register"; - import fs from "fs"; import path from "path"; import Pixelmatch from "pixelmatch";