Skip to content

Commit

Permalink
대소문자 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
kimorkim committed Sep 16, 2016
1 parent c1bc71d commit 62235a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -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() {
Expand Down

0 comments on commit 62235a6

Please sign in to comment.