Skip to content

Commit

Permalink
[lib] fix refactor: mv solve.ts reveal.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lautarodragan committed Aug 11, 2020
1 parent 6f48858 commit f0d5374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/sweep.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { hasFlag, hasMine, isRevealed } from './cell'
import { Board, cloneBoard } from './board'
import { reveal } from './solve'
import { reveal } from './reveal'
import { Coord } from './coord'

type Sweep = {
Expand Down

0 comments on commit f0d5374

Please sign in to comment.