1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export type PuzzleGridSize = 3 | 4;
|
||||
export type PuzzleGridSize = 3 | 4 | 5 | 6 | 7;
|
||||
|
||||
export interface PuzzleCellPosition {
|
||||
row: number;
|
||||
|
||||
Reference in New Issue
Block a user