From b6a6e83f425113367879b981d58541dbe4019254 Mon Sep 17 00:00:00 2001 From: h3zjp Date: Wed, 10 Oct 2018 21:55:33 +0900 Subject: [PATCH] Invalid character --- src/modules/reversi/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/reversi/index.ts b/src/modules/reversi/index.ts index baa0cd8..9c0311e 100644 --- a/src/modules/reversi/index.ts +++ b/src/modules/reversi/index.ts @@ -1,5 +1,5 @@ import * as childProcess from 'child_process'; -\import 藍 from '../../ai'; +import 藍 from '../../ai'; import IModule from '../../module'; import serifs from '../../serifs'; import config from '../../config';