Skip to content

Commit

Permalink
Merge pull request #11 from ossas/development
Browse files Browse the repository at this point in the history
대소문자 변경
  • Loading branch information
kimorkim authored Sep 16, 2016
2 parents c1bc71d + 62235a6 commit eeecb82
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 eeecb82

Please sign in to comment.