From 62235a62b7810f7ce6a360e3b90c0dfb057bdcf2 Mon Sep 17 00:00:00 2001 From: jykim Date: Fri, 16 Sep 2016 12:57:07 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8C=80=EC=86=8C=EB=AC=B8=EC=9E=90=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.js b/src/index.js index c6a9226..fa3e631 100644 --- a/src/index.js +++ b/src/index.js @@ -1,7 +1,7 @@ 'use strict'; -import { TilePattern, GamePattern } from './Pattern'; -import { PlayTypes, CreateTypes } from './Constants'; +import { TilePattern, GamePattern } from './pattern'; +import { PlayTypes, CreateTypes } from './constants'; class sudokuMaker { constructor() {