diff --git a/src/types/game.ts b/src/types/game.ts index 6193265..0927699 100644 --- a/src/types/game.ts +++ b/src/types/game.ts @@ -1,6 +1,4 @@ -import { SudokuGrid } from '../lib/sudoku'; - -export type Difficulty = 'easy' | 'medium' | 'hard'; +import { SudokuGrid, Difficulty } from '../lib/sudoku'; export interface GameSession { id: string;