From 1a8d6e0a251ddda1268d20b565b0eaa598d01b0e Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 15 Mar 2018 13:50:43 +0900 Subject: [PATCH] :v: --- src/common/othello/ai/index.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/common/othello/ai/index.ts diff --git a/src/common/othello/ai/index.ts b/src/common/othello/ai/index.ts new file mode 100644 index 000000000..5cd1db82d --- /dev/null +++ b/src/common/othello/ai/index.ts @@ -0,0 +1 @@ +require('./front');